Shades of Deep Cerise #CD30A8
Tints of Deep Cerise #CD30A8
RGB
CMYK
RGB Variations
Color information
#CD30A8 (or 0xCD30A8) is known color: Deep Cerise. HEX triplet: CD, 30 and A8. RGB value is (205,48,168). Sum of RGB (Red+Green+Blue) = 205+48+168=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD30A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD30A8 is #32CF57. Grayscale: #6C6C6C. Windows color (decimal): -3329880 or 11022541. OLE color: 11022541.
HSL color Cylindrical-coordinate representation of color #CD30A8: hue angle of 314.14º 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 #CD30A8 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 48 | 168 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.20 |
| HSL | 314.14º | 0.62% | 0.5% | - |
| HSV(B) | 314.14º | 0.77% | 0.8% | - |
| XYZ | 33.3 | 17.92 | 38.75 | - |
| YUV | 108.62 | 161.51 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 168 | 0 | 0.77 | 0.18 | 0.20 | 314.14 | 0.62 | 0.5 |
| Hex | CD | 30 | A8 | 0 | 4D | 12 | 14 | 13A | 3E | 32 |
| Octal | 315 | 60 | 250 | 0 | 115 | 22 | 24 | 472 | 76 | 62 |
| Binary | 11001101 | 110000 | 10101000 | 0 | 1001101 | 10010 | 10100 | 100111010 | 111110 | 110010 |
Color Harmonies of #CD30A8
Complementary color
Monochromatic Colors of #CD30A8
Black with #CD30A8
Text Example
Text Example
White with #CD30A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD30A8; }
p { color: rgb(205,48,168); }
H1.HeaderClassName
{
color: #CD30A8;
}
.AnyTagClassName
{
color: #CD30A8;
}
</style>
background-color css
<style>
a { background-color: #CD30A8; }
a { background-color: rgb(205,48,168); }
div.DivClassName
{
background-color: #CD30A8;
}
.BgClassName
{
background-color: #CD30A8;
}
</style>
border-color css
<style>
span { border-color: #CD30A8; }
span { border-color: rgb(205,48,168); }
td.TdClassName
{
border-color: #CD30A8;
}
.TagClassName
{
border-color: #CD30A8;
}
</style>