Shades of Deep Cerise #CF32AA
Tints of Deep Cerise #CF32AA
RGB
CMYK
RGB Variations
Color information
#CF32AA (or 0xCF32AA) is known color: Deep Cerise. HEX triplet: CF, 32 and AA. RGB value is (207,50,170). Sum of RGB (Red+Green+Blue) = 207+50+170=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF32AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF32AA is #30CD55. Grayscale: #6E6E6E. Windows color (decimal): -3198294 or 11154127. OLE color: 11154127.
HSL color Cylindrical-coordinate representation of color #CF32AA: hue angle of 314.14º 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 #CF32AA is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 170 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.19 |
| HSL | 314.14º | 0.62% | 0.5% | - |
| HSV(B) | 314.14º | 0.76% | 0.81% | - |
| XYZ | 34.13 | 18.45 | 39.79 | - |
| YUV | 110.62 | 161.51 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 170 | 0 | 0.76 | 0.18 | 0.19 | 314.14 | 0.62 | 0.5 |
| Hex | CF | 32 | AA | 0 | 4C | 12 | 13 | 13A | 3E | 32 |
| Octal | 317 | 62 | 252 | 0 | 114 | 22 | 23 | 472 | 76 | 62 |
| Binary | 11001111 | 110010 | 10101010 | 0 | 1001100 | 10010 | 10011 | 100111010 | 111110 | 110010 |
Color Harmonies of #CF32AA
Complementary color
Monochromatic Colors of #CF32AA
Black with #CF32AA
Text Example
Text Example
White with #CF32AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF32AA; }
p { color: rgb(207,50,170); }
H1.HeaderClassName
{
color: #CF32AA;
}
.AnyTagClassName
{
color: #CF32AA;
}
</style>
background-color css
<style>
a { background-color: #CF32AA; }
a { background-color: rgb(207,50,170); }
div.DivClassName
{
background-color: #CF32AA;
}
.BgClassName
{
background-color: #CF32AA;
}
</style>
border-color css
<style>
span { border-color: #CF32AA; }
span { border-color: rgb(207,50,170); }
td.TdClassName
{
border-color: #CF32AA;
}
.TagClassName
{
border-color: #CF32AA;
}
</style>