Shades of Deep Cerise #CD30A6
Tints of Deep Cerise #CD30A6
RGB
CMYK
RGB Variations
Color information
#CD30A6 (or 0xCD30A6) is known color: Deep Cerise. HEX triplet: CD, 30 and A6. RGB value is (205,48,166). Sum of RGB (Red+Green+Blue) = 205+48+166=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD30A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD30A6 is #32CF59. Grayscale: #6C6C6C. Windows color (decimal): -3329882 or 10891469. OLE color: 10891469.
HSL color Cylindrical-coordinate representation of color #CD30A6: hue angle of 314.9º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD30A6 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 48 | 166 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.20 |
| HSL | 314.9º | 0.62% | 0.5% | - |
| HSV(B) | 314.9º | 0.77% | 0.8% | - |
| XYZ | 33.12 | 17.85 | 37.78 | - |
| YUV | 108.4 | 160.51 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 166 | 0 | 0.77 | 0.19 | 0.20 | 314.9 | 0.62 | 0.5 |
| Hex | CD | 30 | A6 | 0 | 4D | 13 | 14 | 13B | 3E | 32 |
| Octal | 315 | 60 | 246 | 0 | 115 | 23 | 24 | 473 | 76 | 62 |
| Binary | 11001101 | 110000 | 10100110 | 0 | 1001101 | 10011 | 10100 | 100111011 | 111110 | 110010 |
Color Harmonies of #CD30A6
Complementary color
Monochromatic Colors of #CD30A6
Black with #CD30A6
Text Example
Text Example
White with #CD30A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD30A6; }
p { color: rgb(205,48,166); }
H1.HeaderClassName
{
color: #CD30A6;
}
.AnyTagClassName
{
color: #CD30A6;
}
</style>
background-color css
<style>
a { background-color: #CD30A6; }
a { background-color: rgb(205,48,166); }
div.DivClassName
{
background-color: #CD30A6;
}
.BgClassName
{
background-color: #CD30A6;
}
</style>
border-color css
<style>
span { border-color: #CD30A6; }
span { border-color: rgb(205,48,166); }
td.TdClassName
{
border-color: #CD30A6;
}
.TagClassName
{
border-color: #CD30A6;
}
</style>