Shades of Deep Cerise #CF29A1
Tints of Deep Cerise #CF29A1
RGB
CMYK
RGB Variations
Color information
#CF29A1 (or 0xCF29A1) is known color: Deep Cerise. HEX triplet: CF, 29 and A1. RGB value is (207,41,161). Sum of RGB (Red+Green+Blue) = 207+41+161=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF29A1 is #30D65E. Grayscale: #686868. Windows color (decimal): -3200607 or 10561999. OLE color: 10561999.
HSL color Cylindrical-coordinate representation of color #CF29A1: hue angle of 316.63º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF29A1 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 161 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.19 |
| HSL | 316.63º | 0.67% | 0.49% | - |
| HSV(B) | 316.63º | 0.8% | 0.81% | - |
| XYZ | 32.96 | 17.42 | 35.34 | - |
| YUV | 104.31 | 160 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 161 | 0 | 0.80 | 0.22 | 0.19 | 316.63 | 0.67 | 0.49 |
| Hex | CF | 29 | A1 | 0 | 50 | 16 | 13 | 13D | 43 | 31 |
| Octal | 317 | 51 | 241 | 0 | 120 | 26 | 23 | 475 | 103 | 61 |
| Binary | 11001111 | 101001 | 10100001 | 0 | 1010000 | 10110 | 10011 | 100111101 | 1000011 | 110001 |
Color Harmonies of #CF29A1
Complementary color
Monochromatic Colors of #CF29A1
Black with #CF29A1
Text Example
Text Example
White with #CF29A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF29A1; }
p { color: rgb(207,41,161); }
H1.HeaderClassName
{
color: #CF29A1;
}
.AnyTagClassName
{
color: #CF29A1;
}
</style>
background-color css
<style>
a { background-color: #CF29A1; }
a { background-color: rgb(207,41,161); }
div.DivClassName
{
background-color: #CF29A1;
}
.BgClassName
{
background-color: #CF29A1;
}
</style>
border-color css
<style>
span { border-color: #CF29A1; }
span { border-color: rgb(207,41,161); }
td.TdClassName
{
border-color: #CF29A1;
}
.TagClassName
{
border-color: #CF29A1;
}
</style>