Shades of Deep Cerise #CD32A1
Tints of Deep Cerise #CD32A1
RGB
CMYK
RGB Variations
Color information
#CD32A1 (or 0xCD32A1) is known color: Deep Cerise. HEX triplet: CD, 32 and A1. RGB value is (205,50,161). Sum of RGB (Red+Green+Blue) = 205+50+161=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD32A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD32A1 is #32CD5E. Grayscale: #6C6C6C. Windows color (decimal): -3329375 or 10564301. OLE color: 10564301.
HSL color Cylindrical-coordinate representation of color #CD32A1: hue angle of 317.03º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD32A1 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 161 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.20 |
| HSL | 317.03º | 0.61% | 0.5% | - |
| HSV(B) | 317.03º | 0.76% | 0.8% | - |
| XYZ | 32.75 | 17.83 | 35.43 | - |
| YUV | 109 | 157.35 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 161 | 0 | 0.76 | 0.21 | 0.20 | 317.03 | 0.61 | 0.5 |
| Hex | CD | 32 | A1 | 0 | 4C | 15 | 14 | 13D | 3D | 32 |
| Octal | 315 | 62 | 241 | 0 | 114 | 25 | 24 | 475 | 75 | 62 |
| Binary | 11001101 | 110010 | 10100001 | 0 | 1001100 | 10101 | 10100 | 100111101 | 111101 | 110010 |
Color Harmonies of #CD32A1
Complementary color
Monochromatic Colors of #CD32A1
Black with #CD32A1
Text Example
Text Example
White with #CD32A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32A1; }
p { color: rgb(205,50,161); }
H1.HeaderClassName
{
color: #CD32A1;
}
.AnyTagClassName
{
color: #CD32A1;
}
</style>
background-color css
<style>
a { background-color: #CD32A1; }
a { background-color: rgb(205,50,161); }
div.DivClassName
{
background-color: #CD32A1;
}
.BgClassName
{
background-color: #CD32A1;
}
</style>
border-color css
<style>
span { border-color: #CD32A1; }
span { border-color: rgb(205,50,161); }
td.TdClassName
{
border-color: #CD32A1;
}
.TagClassName
{
border-color: #CD32A1;
}
</style>