Shades of Deep Cerise #CD30A1
Tints of Deep Cerise #CD30A1
RGB
CMYK
RGB Variations
Color information
#CD30A1 (or 0xCD30A1) is known color: Deep Cerise. HEX triplet: CD, 30 and A1. RGB value is (205,48,161). Sum of RGB (Red+Green+Blue) = 205+48+161=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD30A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD30A1 is #32CF5E. Grayscale: #6B6B6B. Windows color (decimal): -3329887 or 10563789. OLE color: 10563789.
HSL color Cylindrical-coordinate representation of color #CD30A1: hue angle of 316.82º 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 #CD30A1 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 48 | 161 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.20 |
| HSL | 316.82º | 0.62% | 0.5% | - |
| HSV(B) | 316.82º | 0.77% | 0.8% | - |
| XYZ | 32.67 | 17.67 | 35.41 | - |
| YUV | 107.83 | 158.01 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 161 | 0 | 0.77 | 0.21 | 0.20 | 316.82 | 0.62 | 0.5 |
| Hex | CD | 30 | A1 | 0 | 4D | 15 | 14 | 13D | 3E | 32 |
| Octal | 315 | 60 | 241 | 0 | 115 | 25 | 24 | 475 | 76 | 62 |
| Binary | 11001101 | 110000 | 10100001 | 0 | 1001101 | 10101 | 10100 | 100111101 | 111110 | 110010 |
Color Harmonies of #CD30A1
Complementary color
Monochromatic Colors of #CD30A1
Black with #CD30A1
Text Example
Text Example
White with #CD30A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD30A1; }
p { color: rgb(205,48,161); }
H1.HeaderClassName
{
color: #CD30A1;
}
.AnyTagClassName
{
color: #CD30A1;
}
</style>
background-color css
<style>
a { background-color: #CD30A1; }
a { background-color: rgb(205,48,161); }
div.DivClassName
{
background-color: #CD30A1;
}
.BgClassName
{
background-color: #CD30A1;
}
</style>
border-color css
<style>
span { border-color: #CD30A1; }
span { border-color: rgb(205,48,161); }
td.TdClassName
{
border-color: #CD30A1;
}
.TagClassName
{
border-color: #CD30A1;
}
</style>