Shades of Deep Cerise #CD2E9C
Tints of Deep Cerise #CD2E9C
RGB
CMYK
RGB Variations
Color information
#CD2E9C (or 0xCD2E9C) is known color: Deep Cerise. HEX triplet: CD, 2E and 9C. RGB value is (205,46,156). Sum of RGB (Red+Green+Blue) = 205+46+156=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2E9C is #32D163. Grayscale: #696969. Windows color (decimal): -3330404 or 10235597. OLE color: 10235597.
HSL color Cylindrical-coordinate representation of color #CD2E9C: hue angle of 318.49º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2E9C is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 46 | 156 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.20 |
| HSL | 318.49º | 0.63% | 0.49% | - |
| HSV(B) | 318.49º | 0.78% | 0.8% | - |
| XYZ | 32.15 | 17.33 | 33.1 | - |
| YUV | 106.08 | 156.18 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 156 | 0 | 0.78 | 0.24 | 0.20 | 318.49 | 0.63 | 0.49 |
| Hex | CD | 2E | 9C | 0 | 4E | 18 | 14 | 13E | 3F | 31 |
| Octal | 315 | 56 | 234 | 0 | 116 | 30 | 24 | 476 | 77 | 61 |
| Binary | 11001101 | 101110 | 10011100 | 0 | 1001110 | 11000 | 10100 | 100111110 | 111111 | 110001 |
Color Harmonies of #CD2E9C
Complementary color
Monochromatic Colors of #CD2E9C
Black with #CD2E9C
Text Example
Text Example
White with #CD2E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2E9C; }
p { color: rgb(205,46,156); }
H1.HeaderClassName
{
color: #CD2E9C;
}
.AnyTagClassName
{
color: #CD2E9C;
}
</style>
background-color css
<style>
a { background-color: #CD2E9C; }
a { background-color: rgb(205,46,156); }
div.DivClassName
{
background-color: #CD2E9C;
}
.BgClassName
{
background-color: #CD2E9C;
}
</style>
border-color css
<style>
span { border-color: #CD2E9C; }
span { border-color: rgb(205,46,156); }
td.TdClassName
{
border-color: #CD2E9C;
}
.TagClassName
{
border-color: #CD2E9C;
}
</style>