Shades of Deep Cerise #CD2A73
Tints of Deep Cerise #CD2A73
RGB
CMYK
RGB Variations
Color information
#CD2A73 (or 0xCD2A73) is known color: Deep Cerise. HEX triplet: CD, 2A and 73. RGB value is (205,42,115). Sum of RGB (Red+Green+Blue) = 205+42+115=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2A73 is #32D58C. Grayscale: #626262. Windows color (decimal): -3331469 or 7547597. OLE color: 7547597.
HSL color Cylindrical-coordinate representation of color #CD2A73: hue angle of 333.13º 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 #CD2A73 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 42 | 115 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.20 |
| HSL | 333.13º | 0.66% | 0.48% | - |
| HSV(B) | 333.13º | 0.8% | 0.8% | - |
| XYZ | 29.1 | 15.87 | 17.75 | - |
| YUV | 99.06 | 137 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 42 | 115 | 0 | 0.80 | 0.44 | 0.20 | 333.13 | 0.66 | 0.48 |
| Hex | CD | 2A | 73 | 0 | 50 | 2C | 14 | 14D | 42 | 30 |
| Octal | 315 | 52 | 163 | 0 | 120 | 54 | 24 | 515 | 102 | 60 |
| Binary | 11001101 | 101010 | 1110011 | 0 | 1010000 | 101100 | 10100 | 101001101 | 1000010 | 110000 |
Color Harmonies of #CD2A73
Complementary color
Monochromatic Colors of #CD2A73
Black with #CD2A73
Text Example
Text Example
White with #CD2A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2A73; }
p { color: rgb(205,42,115); }
H1.HeaderClassName
{
color: #CD2A73;
}
.AnyTagClassName
{
color: #CD2A73;
}
</style>
background-color css
<style>
a { background-color: #CD2A73; }
a { background-color: rgb(205,42,115); }
div.DivClassName
{
background-color: #CD2A73;
}
.BgClassName
{
background-color: #CD2A73;
}
</style>
border-color css
<style>
span { border-color: #CD2A73; }
span { border-color: rgb(205,42,115); }
td.TdClassName
{
border-color: #CD2A73;
}
.TagClassName
{
border-color: #CD2A73;
}
</style>