CMYK to RGB
Convert CMYK print values into RGB screen colors.
CMYK Input
RGB
rgb(0, 242, 255)
From CMYK to RGB
To preview a print color on screen, CMYK ink percentages are converted back to additive RGB. Each channel is scaled by its complementary ink and dimmed by the black (Key) component. Because this is a device-independent formula rather than a color-managed transform, the on-screen result is a close approximation, not a proof. The calculation happens entirely in your browser.
Related Design & CSS tools
Color Converter
Convert a color to HEX, RGB, HSL, HSB, and CMYK at once.
HEX to RGB
Convert HEX color codes to RGB / RGBA values.
RGB to HEX
Convert RGB values into HEX color codes.
CSS Box Shadow Generator
Visually design CSS box-shadow with a live preview and code.
CSS Border Radius Generator
Visually craft border-radius with a live preview.
HEX to CMYK
Convert HEX colors to CMYK print values.
CMYK to HEX
Convert CMYK print values to HEX colors.
HEX to HSB
Convert HEX colors to HSB / HSV values.