Shades of Deep Cerise #CD2CA0
Tints of Deep Cerise #CD2CA0
RGB
CMYK
RGB Variations
Color information
#CD2CA0 (or 0xCD2CA0) is known color: Deep Cerise. HEX triplet: CD, 2C and A0. RGB value is (205,44,160). Sum of RGB (Red+Green+Blue) = 205+44+160=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2CA0 is #32D35F. Grayscale: #696969. Windows color (decimal): -3330912 or 10497229. OLE color: 10497229.
HSL color Cylindrical-coordinate representation of color #CD2CA0: hue angle of 316.77º 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 #CD2CA0 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 44 | 160 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.20 |
| HSL | 316.77º | 0.65% | 0.49% | - |
| HSV(B) | 316.77º | 0.79% | 0.8% | - |
| XYZ | 32.42 | 17.32 | 34.89 | - |
| YUV | 105.36 | 158.84 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 160 | 0 | 0.79 | 0.22 | 0.20 | 316.77 | 0.65 | 0.49 |
| Hex | CD | 2C | A0 | 0 | 4F | 16 | 14 | 13D | 41 | 31 |
| Octal | 315 | 54 | 240 | 0 | 117 | 26 | 24 | 475 | 101 | 61 |
| Binary | 11001101 | 101100 | 10100000 | 0 | 1001111 | 10110 | 10100 | 100111101 | 1000001 | 110001 |
Color Harmonies of #CD2CA0
Complementary color
Monochromatic Colors of #CD2CA0
Black with #CD2CA0
Text Example
Text Example
White with #CD2CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2CA0; }
p { color: rgb(205,44,160); }
H1.HeaderClassName
{
color: #CD2CA0;
}
.AnyTagClassName
{
color: #CD2CA0;
}
</style>
background-color css
<style>
a { background-color: #CD2CA0; }
a { background-color: rgb(205,44,160); }
div.DivClassName
{
background-color: #CD2CA0;
}
.BgClassName
{
background-color: #CD2CA0;
}
</style>
border-color css
<style>
span { border-color: #CD2CA0; }
span { border-color: rgb(205,44,160); }
td.TdClassName
{
border-color: #CD2CA0;
}
.TagClassName
{
border-color: #CD2CA0;
}
</style>