Shades of Deep Cerise #CD2880
Tints of Deep Cerise #CD2880
RGB
CMYK
RGB Variations
Color information
#CD2880 (or 0xCD2880) is known color: Deep Cerise. HEX triplet: CD, 28 and 80. RGB value is (205,40,128). Sum of RGB (Red+Green+Blue) = 205+40+128=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2880 is #32D77F. Grayscale: #636363. Windows color (decimal): -3331968 or 8399053. OLE color: 8399053.
HSL color Cylindrical-coordinate representation of color #CD2880: hue angle of 328º degrees, saturation: 0.67, 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 #CD2880 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 40 | 128 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.20 |
| HSL | 328º | 0.67% | 0.48% | - |
| HSV(B) | 328º | 0.8% | 0.8% | - |
| XYZ | 29.83 | 16.06 | 21.95 | - |
| YUV | 99.37 | 144.16 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 128 | 0 | 0.80 | 0.38 | 0.20 | 328 | 0.67 | 0.48 |
| Hex | CD | 28 | 80 | 0 | 50 | 26 | 14 | 148 | 43 | 30 |
| Octal | 315 | 50 | 200 | 0 | 120 | 46 | 24 | 510 | 103 | 60 |
| Binary | 11001101 | 101000 | 10000000 | 0 | 1010000 | 100110 | 10100 | 101001000 | 1000011 | 110000 |
Color Harmonies of #CD2880
Complementary color
Monochromatic Colors of #CD2880
Black with #CD2880
Text Example
Text Example
White with #CD2880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2880; }
p { color: rgb(205,40,128); }
H1.HeaderClassName
{
color: #CD2880;
}
.AnyTagClassName
{
color: #CD2880;
}
</style>
background-color css
<style>
a { background-color: #CD2880; }
a { background-color: rgb(205,40,128); }
div.DivClassName
{
background-color: #CD2880;
}
.BgClassName
{
background-color: #CD2880;
}
</style>
border-color css
<style>
span { border-color: #CD2880; }
span { border-color: rgb(205,40,128); }
td.TdClassName
{
border-color: #CD2880;
}
.TagClassName
{
border-color: #CD2880;
}
</style>