Shades of Deep Cerise #CD2CA2
Tints of Deep Cerise #CD2CA2
RGB
CMYK
RGB Variations
Color information
#CD2CA2 (or 0xCD2CA2) is known color: Deep Cerise. HEX triplet: CD, 2C and A2. RGB value is (205,44,162). Sum of RGB (Red+Green+Blue) = 205+44+162=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2CA2 is #32D35D. Grayscale: #696969. Windows color (decimal): -3330910 or 10628301. OLE color: 10628301.
HSL color Cylindrical-coordinate representation of color #CD2CA2: hue angle of 316.02º 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 #CD2CA2 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 44 | 162 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.20 |
| HSL | 316.02º | 0.65% | 0.49% | - |
| HSV(B) | 316.02º | 0.79% | 0.8% | - |
| XYZ | 32.6 | 17.39 | 35.82 | - |
| YUV | 105.59 | 159.84 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 162 | 0 | 0.79 | 0.21 | 0.20 | 316.02 | 0.65 | 0.49 |
| Hex | CD | 2C | A2 | 0 | 4F | 15 | 14 | 13C | 41 | 31 |
| Octal | 315 | 54 | 242 | 0 | 117 | 25 | 24 | 474 | 101 | 61 |
| Binary | 11001101 | 101100 | 10100010 | 0 | 1001111 | 10101 | 10100 | 100111100 | 1000001 | 110001 |
Color Harmonies of #CD2CA2
Complementary color
Monochromatic Colors of #CD2CA2
Black with #CD2CA2
Text Example
Text Example
White with #CD2CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2CA2; }
p { color: rgb(205,44,162); }
H1.HeaderClassName
{
color: #CD2CA2;
}
.AnyTagClassName
{
color: #CD2CA2;
}
</style>
background-color css
<style>
a { background-color: #CD2CA2; }
a { background-color: rgb(205,44,162); }
div.DivClassName
{
background-color: #CD2CA2;
}
.BgClassName
{
background-color: #CD2CA2;
}
</style>
border-color css
<style>
span { border-color: #CD2CA2; }
span { border-color: rgb(205,44,162); }
td.TdClassName
{
border-color: #CD2CA2;
}
.TagClassName
{
border-color: #CD2CA2;
}
</style>