Shades of Deep Cerise #CD2C88
Tints of Deep Cerise #CD2C88
RGB
CMYK
RGB Variations
Color information
#CD2C88 (or 0xCD2C88) is known color: Deep Cerise. HEX triplet: CD, 2C and 88. RGB value is (205,44,136). Sum of RGB (Red+Green+Blue) = 205+44+136=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2C88 is #32D377. Grayscale: #666666. Windows color (decimal): -3330936 or 8924365. OLE color: 8924365.
HSL color Cylindrical-coordinate representation of color #CD2C88: hue angle of 325.71º 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 #CD2C88 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 44 | 136 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.20 |
| HSL | 325.71º | 0.65% | 0.49% | - |
| HSV(B) | 325.71º | 0.79% | 0.8% | - |
| XYZ | 30.52 | 16.56 | 24.88 | - |
| YUV | 102.63 | 146.84 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 136 | 0 | 0.79 | 0.34 | 0.20 | 325.71 | 0.65 | 0.49 |
| Hex | CD | 2C | 88 | 0 | 4F | 22 | 14 | 146 | 41 | 31 |
| Octal | 315 | 54 | 210 | 0 | 117 | 42 | 24 | 506 | 101 | 61 |
| Binary | 11001101 | 101100 | 10001000 | 0 | 1001111 | 100010 | 10100 | 101000110 | 1000001 | 110001 |
Color Harmonies of #CD2C88
Complementary color
Monochromatic Colors of #CD2C88
Black with #CD2C88
Text Example
Text Example
White with #CD2C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2C88; }
p { color: rgb(205,44,136); }
H1.HeaderClassName
{
color: #CD2C88;
}
.AnyTagClassName
{
color: #CD2C88;
}
</style>
background-color css
<style>
a { background-color: #CD2C88; }
a { background-color: rgb(205,44,136); }
div.DivClassName
{
background-color: #CD2C88;
}
.BgClassName
{
background-color: #CD2C88;
}
</style>
border-color css
<style>
span { border-color: #CD2C88; }
span { border-color: rgb(205,44,136); }
td.TdClassName
{
border-color: #CD2C88;
}
.TagClassName
{
border-color: #CD2C88;
}
</style>