Shades of Deep Cerise #CD2E8C
Tints of Deep Cerise #CD2E8C
RGB
CMYK
RGB Variations
Color information
#CD2E8C (or 0xCD2E8C) is known color: Deep Cerise. HEX triplet: CD, 2E and 8C. RGB value is (205,46,140). Sum of RGB (Red+Green+Blue) = 205+46+140=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 46 (18.36% from 255 or 11.76% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2E8C is #32D173. Grayscale: #686868. Windows color (decimal): -3330420 or 9187021. OLE color: 9187021.
HSL color Cylindrical-coordinate representation of color #CD2E8C: hue angle of 324.53º 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 #CD2E8C is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 46 | 140 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.20 |
| HSL | 324.53º | 0.63% | 0.49% | - |
| HSV(B) | 324.53º | 0.78% | 0.8% | - |
| XYZ | 30.89 | 16.83 | 26.43 | - |
| YUV | 104.26 | 148.18 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 140 | 0 | 0.78 | 0.32 | 0.20 | 324.53 | 0.63 | 0.49 |
| Hex | CD | 2E | 8C | 0 | 4E | 20 | 14 | 145 | 3F | 31 |
| Octal | 315 | 56 | 214 | 0 | 116 | 40 | 24 | 505 | 77 | 61 |
| Binary | 11001101 | 101110 | 10001100 | 0 | 1001110 | 100000 | 10100 | 101000101 | 111111 | 110001 |
Color Harmonies of #CD2E8C
Complementary color
Monochromatic Colors of #CD2E8C
Black with #CD2E8C
Text Example
Text Example
White with #CD2E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2E8C; }
p { color: rgb(205,46,140); }
H1.HeaderClassName
{
color: #CD2E8C;
}
.AnyTagClassName
{
color: #CD2E8C;
}
</style>
background-color css
<style>
a { background-color: #CD2E8C; }
a { background-color: rgb(205,46,140); }
div.DivClassName
{
background-color: #CD2E8C;
}
.BgClassName
{
background-color: #CD2E8C;
}
</style>
border-color css
<style>
span { border-color: #CD2E8C; }
span { border-color: rgb(205,46,140); }
td.TdClassName
{
border-color: #CD2E8C;
}
.TagClassName
{
border-color: #CD2E8C;
}
</style>