By using this site, you accept our use of cookies for personalized content and ads. Learn more

CMYK to RGB converter

C:
M:
Y:
K:

Looking for other color converters?

How to convert CMYK to RGB?

Step 1: Calculate the red color value R:

                R = 255 x (1 - C) * (1 - K)
            

Step 2: Calculate the green color value G:

                G = 255 x (1 - M) * (1 - K)
            

Step 3: Calculate the blue color value B:

                B = 255 x (1 - Y) * (1 - K)
            

Examples

Example #1: convert color red (0, 100, 100, 0) to RGB:

                CMYK = (0, 100, 100, 0)
                RGB = (255, 0, 0)
            

Example #2: convert color green (100, 0, 100, 0) to RGB:

                CMYK = (100, 0, 100, 0)
                RGB = (0, 255, 0)
            

Example #3: convert color blue (100, 100, 0, 0) to RGB:

                CMYK = (100, 100, 0, 0)
                RGB = (0, 0, 255)
            

Example #4: convert color white (0, 0, 0, 0) to RGB:

                CMYK = (0, 0, 0, 0)
                RGB = (255, 255, 255)
            

Example #5: convert color black (0, 0, 0, 100) to RGB:

                CMYK = (0, 0, 0, 100)
                RGB = (0, 0, 0)
            

When to use RGB?

You should use RGB color mode for designs that will be displayed on device screens and will not be physically printed. Whether they’ll be viewed on computer monitors, smartphone screens, or TVs - RGB color mode is your best pick.

Use RGB if your project requires:

What are the best file formats for RGB?

PNG: if your logo or graphic needs to be transparent, meaning it has no background, PNG is the perfect fit. Consider this file type for interface elements like buttons, banners, or icons.

JPEG: if your graphic does not need to be transparent, you should use this file format as it’s usually smaller in size and is a perfect format for images.

GIF: if you are using animated graphics such as moving logo or bouncing icon, or your image has any motion - this file type would is ideal.

It's best to avoid TIFF, EPS, and PDF because these formats are not compatible with most software and are usually larger in size.

When to use CMYK?

You should use CMYK for designs that will be physically printed and not viewed on screen. Whether you will be printing business cards, stickers, or logotypes - CMYK color mode will give you more accurate results.

Use CMYK if your project requires:

What are the best file formats for CMYK?

It’s always best to consult your printer provider to find out which file format they prefer. Usually, it’s PDF, AI (Adobe Illustrator) or EPS.

Need a logo?

Make a beautiful logo for your brand in minutes. No designers required.