Shades of Deep Cerise #CD2987
Tints of Deep Cerise #CD2987
RGB
CMYK
RGB Variations
Color information
#CD2987 (or 0xCD2987) is known color: Deep Cerise. HEX triplet: CD, 29 and 87. RGB value is (205,41,135). Sum of RGB (Red+Green+Blue) = 205+41+135=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2987 is #32D678. Grayscale: #646464. Windows color (decimal): -3331705 or 8858061. OLE color: 8858061.
HSL color Cylindrical-coordinate representation of color #CD2987: hue angle of 325.61º 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 #CD2987 is Cyan = 0, Magento = 0.8, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 41 | 135 | - |
| CMYK | 0 | 0.8 | 0.34 | 0.20 |
| HSL | 325.61º | 0.67% | 0.48% | - |
| HSV(B) | 325.61º | 0.8% | 0.8% | - |
| XYZ | 30.34 | 16.31 | 24.47 | - |
| YUV | 100.75 | 147.33 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 41 | 135 | 0 | 0.8 | 0.34 | 0.20 | 325.61 | 0.67 | 0.48 |
| Hex | CD | 29 | 87 | 0 | 50 | 22 | 14 | 146 | 43 | 30 |
| Octal | 315 | 51 | 207 | 0 | 120 | 42 | 24 | 506 | 103 | 60 |
| Binary | 11001101 | 101001 | 10000111 | 0 | 1010000 | 100010 | 10100 | 101000110 | 1000011 | 110000 |
Color Harmonies of #CD2987
Complementary color
Monochromatic Colors of #CD2987
Black with #CD2987
Text Example
Text Example
White with #CD2987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2987; }
p { color: rgb(205,41,135); }
H1.HeaderClassName
{
color: #CD2987;
}
.AnyTagClassName
{
color: #CD2987;
}
</style>
background-color css
<style>
a { background-color: #CD2987; }
a { background-color: rgb(205,41,135); }
div.DivClassName
{
background-color: #CD2987;
}
.BgClassName
{
background-color: #CD2987;
}
</style>
border-color css
<style>
span { border-color: #CD2987; }
span { border-color: rgb(205,41,135); }
td.TdClassName
{
border-color: #CD2987;
}
.TagClassName
{
border-color: #CD2987;
}
</style>