CMYK to RGB/HEX Converter

Convert CMYK color values to RGB or HEX format with this free online tool

🎨 CMYK to RGB/HEX

CMYK to RGB/HEX Converter

Convert CMYK color values to RGB and HEX color formats

%
%
%
%

Enter CMYK values between 0-100% for each channel

rgb(66, 135, 245)
#4287f5
R: 66
G: 135
B: 245

About CMYK to RGB/HEX Conversion

Understanding the conversion between CMYK and RGB/HEX color formats

What is CMYK Color Format?

CMYK (Cyan, Magenta, Yellow, Key/Black) is a subtractive color model used in color printing:

• Cyan: 0-100%

• Magenta: 0-100%

• Yellow: 0-100%

• Key/Black: 0-100%

CMYK is the standard for print materials like brochures, business cards, and magazines.

What is RGB Color Format?

RGB (Red, Green, Blue) is an additive color model used in digital displays:

• Red: 0-255

• Green: 0-255

• Blue: 0-255

RGB is used for websites, digital images, and anything displayed on screens.

What is HEX Color Format?

HEX (hexadecimal) is a way to represent RGB colors in web development:

• Format: #RRGGBB

• Each pair of characters represents a color channel (red, green, blue)

• Values range from 00 to FF in hexadecimal (0-255 in decimal)

For example, #4287f5 represents rgb(66, 135, 245).

Why Convert CMYK to RGB/HEX?

Converting from CMYK to RGB/HEX is necessary when:

• Moving print designs to digital platforms

• Creating web versions of print materials

• Ensuring color consistency across different media

• Working with designers who provide colors in CMYK format

Note: There may be slight color differences due to the different color gamuts of CMYK and RGB.