Shades of Deep Cerise #CF32A8
Tints of Deep Cerise #CF32A8
RGB
CMYK
RGB Variations
Color information
#CF32A8 (or 0xCF32A8) is known color: Deep Cerise. HEX triplet: CF, 32 and A8. RGB value is (207,50,168). Sum of RGB (Red+Green+Blue) = 207+50+168=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF32A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF32A8 is #30CD57. Grayscale: #6E6E6E. Windows color (decimal): -3198296 or 11023055. OLE color: 11023055.
HSL color Cylindrical-coordinate representation of color #CF32A8: hue angle of 314.9º 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 #CF32A8 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 168 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.19 |
| HSL | 314.9º | 0.62% | 0.5% | - |
| HSV(B) | 314.9º | 0.76% | 0.81% | - |
| XYZ | 33.94 | 18.37 | 38.8 | - |
| YUV | 110.4 | 160.51 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 168 | 0 | 0.76 | 0.19 | 0.19 | 314.9 | 0.62 | 0.5 |
| Hex | CF | 32 | A8 | 0 | 4C | 13 | 13 | 13B | 3E | 32 |
| Octal | 317 | 62 | 250 | 0 | 114 | 23 | 23 | 473 | 76 | 62 |
| Binary | 11001111 | 110010 | 10101000 | 0 | 1001100 | 10011 | 10011 | 100111011 | 111110 | 110010 |
Color Harmonies of #CF32A8
Complementary color
Monochromatic Colors of #CF32A8
Black with #CF32A8
Text Example
Text Example
White with #CF32A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF32A8; }
p { color: rgb(207,50,168); }
H1.HeaderClassName
{
color: #CF32A8;
}
.AnyTagClassName
{
color: #CF32A8;
}
</style>
background-color css
<style>
a { background-color: #CF32A8; }
a { background-color: rgb(207,50,168); }
div.DivClassName
{
background-color: #CF32A8;
}
.BgClassName
{
background-color: #CF32A8;
}
</style>
border-color css
<style>
span { border-color: #CF32A8; }
span { border-color: rgb(207,50,168); }
td.TdClassName
{
border-color: #CF32A8;
}
.TagClassName
{
border-color: #CF32A8;
}
</style>