What is hex #CC474B color?

 
The hex code #CC474B is also know by an other name that is English Vermillion.
This color is composed of 204% red, 71% green and 75% blue. So we can say that the RGB value is (204,71,75)
You need to use it for a printer? The CMYK colors code equivalent of hex #CC474B is C:0 M:65 Y:63, K:20) .
In the HSV/HSB scale, #CC474B has a hue of 358°, 65% saturation and a brightness value of 80%.
If you want to know all about the hex #CC474B, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #CC474B (complementary, analogous, triadic, tetradic...).

Hex #CC474B Color Codes & Equivalents

Color Name [English Vermillion]
RGB Values (204,71,75)
CMYK Values (0%, 65%, 63%, 20%)
HSV/HSB Values (358°, 65%, 80%)
Closest Web Safe
#CC3333
Inverse Color
#33b8b4
Closest Pantone®
7418 C
Closest RAL
RAL 3018 [Strawberry red]
Complementary Color
#47ccc8

#CC474B Converted to Grayscale Codes

Average
#757575
Lightness (Desaturation)
#8a8a8a
Weighted (BT601)
#6f6f6f
Luma (BT709)
#646464

Hex #CC474B Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #CC474B is #47ccc8. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #CC474B you will find #47ccc8. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#CC474B #47ccc8

Analogous Palette

The analogous color scheme of #CC474B is composed with colors #CC478D and #CC8547. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #CC474B with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#CC478D #CC474B #CC8547

Split-Complementary Palette

The split-complementary color scheme of #CC474B is composed with colors #478DCC and #47CC85. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#CC474B #478DCC #47CC85

Triadic Palette

The triadic color scheme of #CC474B is composed with colors #474BCC and #4BCC47. They are located to the right and left of your main color #CC474B with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#CC474B #474BCC #4BCC47

Tetradic Palette

The tetradic color scheme of #CC474B is composed with colors #4BCC47, #47CCC8 and #C847CC A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#CC474B #4BCC47 #47CCC8 #C847CC

Square Palette

The square color scheme of #CC474B is composed with colors #8DCC47, #47CCC8 and #8547CC To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#CC474B #8DCC47 #47CCC8 #8547CC

Tints, Tones & Shades of Hex #CC474B

Tints

Tints are created by adding white, resulting in lighter shades of #CC474B.

#CC474B #D0565A #D4666A #D97679 #DD8689 #E29699 #E6A6A8 #EAB6B8

Tones

Tones are made by mixing with gray, softening the original color.

#CC474B #C05255 #B45E60 #A9696B #9D7576 #928081 #898989 #898989

Shades

Shades result from adding black, creating darker variations.

#CC474B #C7373B #B73236 #A72E32 #97292D #872528 #772123 #671C1E

Hex #CC474B in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #CC474B
Java new Color(204,71,75);
Python Color(#CC474B)
.NET Color.FromArgb(255, 204,71,75);
Swift / iOS UIColor(red: 0.8, green: 0.28, blue: 0.29, alpha: 1)
Kotlin / Android Color.rgb(204, 71, 75)