Shades of Deep Cerise #CD2D8C
Tints of Deep Cerise #CD2D8C
RGB
CMYK
RGB Variations
Color information
#CD2D8C (or 0xCD2D8C) is known color: Deep Cerise. HEX triplet: CD, 2D and 8C. RGB value is (205,45,140). Sum of RGB (Red+Green+Blue) = 205+45+140=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2D8C is #32D273. Grayscale: #676767. Windows color (decimal): -3330676 or 9186765. OLE color: 9186765.
HSL color Cylindrical-coordinate representation of color #CD2D8C: hue angle of 324.38º degrees, saturation: 0.64, 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 #CD2D8C is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 45 | 140 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.20 |
| HSL | 324.38º | 0.64% | 0.49% | - |
| HSV(B) | 324.38º | 0.78% | 0.8% | - |
| XYZ | 30.85 | 16.75 | 26.42 | - |
| YUV | 103.67 | 148.51 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 140 | 0 | 0.78 | 0.32 | 0.20 | 324.38 | 0.64 | 0.49 |
| Hex | CD | 2D | 8C | 0 | 4E | 20 | 14 | 144 | 40 | 31 |
| Octal | 315 | 55 | 214 | 0 | 116 | 40 | 24 | 504 | 100 | 61 |
| Binary | 11001101 | 101101 | 10001100 | 0 | 1001110 | 100000 | 10100 | 101000100 | 1000000 | 110001 |
Color Harmonies of #CD2D8C
Complementary color
Monochromatic Colors of #CD2D8C
Black with #CD2D8C
Text Example
Text Example
White with #CD2D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2D8C; }
p { color: rgb(205,45,140); }
H1.HeaderClassName
{
color: #CD2D8C;
}
.AnyTagClassName
{
color: #CD2D8C;
}
</style>
background-color css
<style>
a { background-color: #CD2D8C; }
a { background-color: rgb(205,45,140); }
div.DivClassName
{
background-color: #CD2D8C;
}
.BgClassName
{
background-color: #CD2D8C;
}
</style>
border-color css
<style>
span { border-color: #CD2D8C; }
span { border-color: rgb(205,45,140); }
td.TdClassName
{
border-color: #CD2D8C;
}
.TagClassName
{
border-color: #CD2D8C;
}
</style>