ColorPickerTools

CMYK to RGB Converter

CMYK to RGB converter — instant, exact, and copy-ready.

Quick answer: Enter cyan, magenta, yellow and black percentages and get the RGB channels and hex code to use on screen.

CMYK input
RGB output
HEX
#3B82F6
RGB
rgb(59, 130, 246)
HSL
hsl(217.2, 91.2%, 59.8%)
CMYK
cmyk(76%, 47%, 0%, 4%)
Core facts
InputC, M, Y, K percentages
OutputRGB + HEX
NoteApproximate screen match
CostFree

What is a CMYK to RGB Converter?

A CMYK to RGB converter turns print ink percentages into screen channels. The conversion is the inverse of RGB→CMYK: each channel is reduced by the black component, then inverted. It gives a useful on-screen approximation of a printed color, though the exact result depends on the profile used at press time.

Common Uses for CMYK to RGB Converter

  • Bring a print brand color onto a website as a close screen match
  • Convert values from a print spec sheet into CSS
  • Check how a CMYK color will look on a screen

How CMYK and RGB relate

CMYK and RGB describe the same color in different coordinate systems. Converting between them is a matter of arithmetic, not interpretation, so the result is exact: the tool applies the standard formula and shows the value to one decimal place.

Where the rounding happens

Channel values are rounded for display. If you round a value and then convert back, you may land one unit away from the original — that is normal and invisible on screen. Keep the original code when a perfect round-trip matters.

Frequently Asked Questions

Is the result exact?
It is a standard mathematical conversion and gives a close screen approximation. Exact colour matching depends on the print profile and ink.
What is the formula?
R = 255 × (1−C) × (1−K), and likewise for G with M and B with Y.
Can I convert back to CMYK?
Yes — the RGB to CMYK tool reverses the calculation.

More color converters

More Color Tools