CMYK to RGB Converter
Convert CMYK print color values to RGB and hex instantly with a live swatch preview.
Result
#73e6a1
rgb(115, 230, 161)
Enter Cyan, Magenta, Yellow, and Key (black) percentages used in print design and instantly see the equivalent RGB and hex values for screen use. All math happens locally in your browser.
How to use
- Enter Cyan, Magenta, Yellow, and Key percentages (0-100).
- View the converted RGB values and swatch preview.
- Copy the hex code for use in web or design tools.
Frequently asked questions
- How is CMYK converted to RGB?
- Each RGB channel is computed as 255 × (1 − channel) × (1 − K), which is the standard naive CMYK-to-RGB formula.
- Will the RGB match my printed color exactly?
- This is an approximation; actual printed colors depend on ink, paper, and printer calibration, so use it as a quick reference rather than a color-matching tool.
- What range should CMYK values be in?
- Each of Cyan, Magenta, Yellow, and Key should be a percentage between 0 and 100.