Shades of Deep Cerise #CD2A74
Tints of Deep Cerise #CD2A74
RGB
CMYK
RGB Variations
Color information
#CD2A74 (or 0xCD2A74) is known color: Deep Cerise. HEX triplet: CD, 2A and 74. RGB value is (205,42,116). Sum of RGB (Red+Green+Blue) = 205+42+116=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2A74 is #32D58B. Grayscale: #636363. Windows color (decimal): -3331468 or 7613133. OLE color: 7613133.
HSL color Cylindrical-coordinate representation of color #CD2A74: hue angle of 332.76º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2A74 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 42 | 116 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.20 |
| HSL | 332.76º | 0.66% | 0.48% | - |
| HSV(B) | 332.76º | 0.8% | 0.8% | - |
| XYZ | 29.16 | 15.9 | 18.05 | - |
| YUV | 99.17 | 137.5 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 42 | 116 | 0 | 0.80 | 0.43 | 0.20 | 332.76 | 0.66 | 0.48 |
| Hex | CD | 2A | 74 | 0 | 50 | 2B | 14 | 14D | 42 | 30 |
| Octal | 315 | 52 | 164 | 0 | 120 | 53 | 24 | 515 | 102 | 60 |
| Binary | 11001101 | 101010 | 1110100 | 0 | 1010000 | 101011 | 10100 | 101001101 | 1000010 | 110000 |
Color Harmonies of #CD2A74
Complementary color
Monochromatic Colors of #CD2A74
Black with #CD2A74
Text Example
Text Example
White with #CD2A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2A74; }
p { color: rgb(205,42,116); }
H1.HeaderClassName
{
color: #CD2A74;
}
.AnyTagClassName
{
color: #CD2A74;
}
</style>
background-color css
<style>
a { background-color: #CD2A74; }
a { background-color: rgb(205,42,116); }
div.DivClassName
{
background-color: #CD2A74;
}
.BgClassName
{
background-color: #CD2A74;
}
</style>
border-color css
<style>
span { border-color: #CD2A74; }
span { border-color: rgb(205,42,116); }
td.TdClassName
{
border-color: #CD2A74;
}
.TagClassName
{
border-color: #CD2A74;
}
</style>