Shades of Deep Cerise #CF29AB
Tints of Deep Cerise #CF29AB
RGB
CMYK
RGB Variations
Color information
#CF29AB (or 0xCF29AB) is known color: Deep Cerise. HEX triplet: CF, 29 and AB. RGB value is (207,41,171). Sum of RGB (Red+Green+Blue) = 207+41+171=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF29AB is #30D654. Grayscale: #696969. Windows color (decimal): -3200597 or 11217359. OLE color: 11217359.
HSL color Cylindrical-coordinate representation of color #CF29AB: hue angle of 313.01º 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 #CF29AB is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 171 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.19 |
| HSL | 313.01º | 0.67% | 0.49% | - |
| HSV(B) | 313.01º | 0.8% | 0.81% | - |
| XYZ | 33.88 | 17.79 | 40.18 | - |
| YUV | 105.45 | 165 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 171 | 0 | 0.80 | 0.17 | 0.19 | 313.01 | 0.67 | 0.49 |
| Hex | CF | 29 | AB | 0 | 50 | 11 | 13 | 139 | 43 | 31 |
| Octal | 317 | 51 | 253 | 0 | 120 | 21 | 23 | 471 | 103 | 61 |
| Binary | 11001111 | 101001 | 10101011 | 0 | 1010000 | 10001 | 10011 | 100111001 | 1000011 | 110001 |
Color Harmonies of #CF29AB
Complementary color
Monochromatic Colors of #CF29AB
Black with #CF29AB
Text Example
Text Example
White with #CF29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF29AB; }
p { color: rgb(207,41,171); }
H1.HeaderClassName
{
color: #CF29AB;
}
.AnyTagClassName
{
color: #CF29AB;
}
</style>
background-color css
<style>
a { background-color: #CF29AB; }
a { background-color: rgb(207,41,171); }
div.DivClassName
{
background-color: #CF29AB;
}
.BgClassName
{
background-color: #CF29AB;
}
</style>
border-color css
<style>
span { border-color: #CF29AB; }
span { border-color: rgb(207,41,171); }
td.TdClassName
{
border-color: #CF29AB;
}
.TagClassName
{
border-color: #CF29AB;
}
</style>