Shades of Deep Cerise #CD29A1
Tints of Deep Cerise #CD29A1
RGB
CMYK
RGB Variations
Color information
#CD29A1 (or 0xCD29A1) is known color: Deep Cerise. HEX triplet: CD, 29 and A1. RGB value is (205,41,161). Sum of RGB (Red+Green+Blue) = 205+41+161=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD29A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD29A1 is #32D65E. Grayscale: #676767. Windows color (decimal): -3331679 or 10561997. OLE color: 10561997.
HSL color Cylindrical-coordinate representation of color #CD29A1: hue angle of 316.1º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD29A1 is Cyan = 0, Magento = 0.8, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 41 | 161 | - |
| CMYK | 0 | 0.8 | 0.21 | 0.20 |
| HSL | 316.1º | 0.67% | 0.48% | - |
| HSV(B) | 316.1º | 0.8% | 0.8% | - |
| XYZ | 32.4 | 17.14 | 35.32 | - |
| YUV | 103.72 | 160.33 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 41 | 161 | 0 | 0.8 | 0.21 | 0.20 | 316.1 | 0.67 | 0.48 |
| Hex | CD | 29 | A1 | 0 | 50 | 15 | 14 | 13C | 43 | 30 |
| Octal | 315 | 51 | 241 | 0 | 120 | 25 | 24 | 474 | 103 | 60 |
| Binary | 11001101 | 101001 | 10100001 | 0 | 1010000 | 10101 | 10100 | 100111100 | 1000011 | 110000 |
Color Harmonies of #CD29A1
Complementary color
Monochromatic Colors of #CD29A1
Black with #CD29A1
Text Example
Text Example
White with #CD29A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD29A1; }
p { color: rgb(205,41,161); }
H1.HeaderClassName
{
color: #CD29A1;
}
.AnyTagClassName
{
color: #CD29A1;
}
</style>
background-color css
<style>
a { background-color: #CD29A1; }
a { background-color: rgb(205,41,161); }
div.DivClassName
{
background-color: #CD29A1;
}
.BgClassName
{
background-color: #CD29A1;
}
</style>
border-color css
<style>
span { border-color: #CD29A1; }
span { border-color: rgb(205,41,161); }
td.TdClassName
{
border-color: #CD29A1;
}
.TagClassName
{
border-color: #CD29A1;
}
</style>