CMYK to RGB Converter
Convert between CMYK and RGB color models
CMYK Values
Cyan (C):
%
Magenta (M):
%
Yellow (Y):
%
Black (K):
%
RGB Results
Red (R):
Green (G):
Blue (B):
HEX Color:
Red
Green
Blue
A CMYK to RGB Color Conversion Calculator is a tool that converts colors from the CMYK (Cyan, Magenta, Yellow, Key/Black) color model—used in printing—to the RGB (Red, Green, Blue) color model—used in digital displays.
Key Details:
CMYK is a subtractive color model (0-100% per channel).
RGB is an additive color model (0-255 per channel).
Conversion Process:
CMYK values are first converted to a 0-1 range.
RGB values are calculated by subtracting CMYK from white (1,1,1) and adjusting for black (Key).
Example Conversion:
CMYK (100%, 0%, 0%, 0%) → RGB (0, 255, 255) (Pure Cyan to Aqua in RGB)