Shades of Deep Cerise #CD2C72
Tints of Deep Cerise #CD2C72
RGB
CMYK
RGB Variations
Color information
#CD2C72 (or 0xCD2C72) is known color: Deep Cerise. HEX triplet: CD, 2C and 72. RGB value is (205,44,114). Sum of RGB (Red+Green+Blue) = 205+44+114=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2C72 is #32D38D. Grayscale: #646464. Windows color (decimal): -3330958 or 7482573. OLE color: 7482573.
HSL color Cylindrical-coordinate representation of color #CD2C72: hue angle of 333.91º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2C72 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 44 | 114 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.20 |
| HSL | 333.91º | 0.65% | 0.49% | - |
| HSV(B) | 333.91º | 0.79% | 0.8% | - |
| XYZ | 29.11 | 16 | 17.47 | - |
| YUV | 100.12 | 135.84 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 114 | 0 | 0.79 | 0.44 | 0.20 | 333.91 | 0.65 | 0.49 |
| Hex | CD | 2C | 72 | 0 | 4F | 2C | 14 | 14E | 41 | 31 |
| Octal | 315 | 54 | 162 | 0 | 117 | 54 | 24 | 516 | 101 | 61 |
| Binary | 11001101 | 101100 | 1110010 | 0 | 1001111 | 101100 | 10100 | 101001110 | 1000001 | 110001 |
Color Harmonies of #CD2C72
Complementary color
Monochromatic Colors of #CD2C72
Black with #CD2C72
Text Example
Text Example
White with #CD2C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2C72; }
p { color: rgb(205,44,114); }
H1.HeaderClassName
{
color: #CD2C72;
}
.AnyTagClassName
{
color: #CD2C72;
}
</style>
background-color css
<style>
a { background-color: #CD2C72; }
a { background-color: rgb(205,44,114); }
div.DivClassName
{
background-color: #CD2C72;
}
.BgClassName
{
background-color: #CD2C72;
}
</style>
border-color css
<style>
span { border-color: #CD2C72; }
span { border-color: rgb(205,44,114); }
td.TdClassName
{
border-color: #CD2C72;
}
.TagClassName
{
border-color: #CD2C72;
}
</style>