CMYK to RGB
Convert CMYK print colors to RGB values instantly with live preview, hex output, and copy-ready results.
Updated
What is the CMYK to RGB?
Convert CMYK print colors to RGB values instantly with a clean, client-side color converter built for designers, developers, and print workflows.
Enter cyan, magenta, yellow, and black percentages to see the matching RGB value, HEX code, and live color preview in real time. The tool also includes ready-made presets for common colors, a reset action, and copy-friendly outputs for faster handoff between print and digital design.
How it works
This tool uses the standard CMYK to RGB conversion approach:
- R = 255 × (1 − C/100) × (1 − K/100)
- G = 255 × (1 − M/100) × (1 − K/100)
- B = 255 × (1 − Y/100) × (1 − K/100)
Each CMYK value is treated as a percentage from 0 to 100, then normalized to a decimal range before conversion. The result is rounded to the nearest RGB byte value between 0 and 255, and the same output is formatted as HEX and CSS color strings for easy reuse.
The tool validates every field before converting. Empty, malformed, or out-of-range values are rejected so you get clear feedback instead of silent conversion mistakes.
A live preview swatch shows the converted color immediately, which is useful when you want to compare print intent against digital appearance. Presets for black, white, red, green, and blue make it quick to test common CMYK combinations.
Examples
Convert bright red print color
Turn a pure CMYK red into its RGB screen equivalent.
Convert black ink
Get the RGB result for a solid black CMYK mix.
Convert a pastel tone
Preview a light CMYK mix for digital use.
Frequently asked questions
How do I convert CMYK to RGB?
How do I convert CMYK to RGB?
Use the standard formula for each RGB channel: R = 255 × (1 − C/100) × (1 − K/100), G = 255 × (1 − M/100) × (1 − K/100), and B = 255 × (1 − Y/100) × (1 − K/100).
Why does CMYK to RGB conversion not always match the printed color exactly?
Why does CMYK to RGB conversion not always match the printed color exactly?
CMYK is a print-based color model and RGB is a screen-based model, so the same color can look different depending on inks, paper, device calibration, and display settings.
What inputs does this converter accept?
What inputs does this converter accept?
The tool accepts CMYK percentages from 0 to 100 for cyan, magenta, yellow, and black. It also accepts decimal values such as 12.5.
Does the tool show HEX output too?
Does the tool show HEX output too?
Yes. It shows RGB, HEX, and CSS-ready RGB values together so you can copy the result into design or code workflows.
Can I use this tool on mobile?
Can I use this tool on mobile?
Yes. The interface is responsive, touch-friendly, and works entirely in the browser without needing a backend or account.
Related tools
More utilities you might find handy.
Color Blindness Simulator
Preview how images and designs appear to people with protanopia, deuteranopia, tritanopia, and other color vision deficiencies
Color Escape Code Generator
Generate ANSI terminal color escape codes for styles, foregrounds, and backgrounds across bash, python, javascript, and more.
Color Mixer
Blend two colors together at custom percentages with multiple blend modes, full color space support, and accessibility analysis