Shades of Deep Cerise #CF32AB
Tints of Deep Cerise #CF32AB
RGB
CMYK
RGB Variations
Color information
#CF32AB (or 0xCF32AB) is known color: Deep Cerise. HEX triplet: CF, 32 and AB. RGB value is (207,50,171). Sum of RGB (Red+Green+Blue) = 207+50+171=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF32AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF32AB is #30CD54. Grayscale: #6E6E6E. Windows color (decimal): -3198293 or 11219663. OLE color: 11219663.
HSL color Cylindrical-coordinate representation of color #CF32AB: hue angle of 313.76º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF32AB is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 171 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.19 |
| HSL | 313.76º | 0.62% | 0.5% | - |
| HSV(B) | 313.76º | 0.76% | 0.81% | - |
| XYZ | 34.22 | 18.49 | 40.29 | - |
| YUV | 110.74 | 162.01 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 171 | 0 | 0.76 | 0.17 | 0.19 | 313.76 | 0.62 | 0.5 |
| Hex | CF | 32 | AB | 0 | 4C | 11 | 13 | 13A | 3E | 32 |
| Octal | 317 | 62 | 253 | 0 | 114 | 21 | 23 | 472 | 76 | 62 |
| Binary | 11001111 | 110010 | 10101011 | 0 | 1001100 | 10001 | 10011 | 100111010 | 111110 | 110010 |
Color Harmonies of #CF32AB
Complementary color
Monochromatic Colors of #CF32AB
Black with #CF32AB
Text Example
Text Example
White with #CF32AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF32AB; }
p { color: rgb(207,50,171); }
H1.HeaderClassName
{
color: #CF32AB;
}
.AnyTagClassName
{
color: #CF32AB;
}
</style>
background-color css
<style>
a { background-color: #CF32AB; }
a { background-color: rgb(207,50,171); }
div.DivClassName
{
background-color: #CF32AB;
}
.BgClassName
{
background-color: #CF32AB;
}
</style>
border-color css
<style>
span { border-color: #CF32AB; }
span { border-color: rgb(207,50,171); }
td.TdClassName
{
border-color: #CF32AB;
}
.TagClassName
{
border-color: #CF32AB;
}
</style>