Shades of Deep Cerise #CF32AC
Tints of Deep Cerise #CF32AC
RGB
CMYK
RGB Variations
Color information
#CF32AC (or 0xCF32AC) is known color: Deep Cerise. HEX triplet: CF, 32 and AC. RGB value is (207,50,172). Sum of RGB (Red+Green+Blue) = 207+50+172=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF32AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF32AC is #30CD53. Grayscale: #6E6E6E. Windows color (decimal): -3198292 or 11285199. OLE color: 11285199.
HSL color Cylindrical-coordinate representation of color #CF32AC: hue angle of 313.38º 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 #CF32AC is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 172 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.19 |
| HSL | 313.38º | 0.62% | 0.5% | - |
| HSV(B) | 313.38º | 0.76% | 0.81% | - |
| XYZ | 34.32 | 18.53 | 40.8 | - |
| YUV | 110.85 | 162.51 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 172 | 0 | 0.76 | 0.17 | 0.19 | 313.38 | 0.62 | 0.5 |
| Hex | CF | 32 | AC | 0 | 4C | 11 | 13 | 139 | 3E | 32 |
| Octal | 317 | 62 | 254 | 0 | 114 | 21 | 23 | 471 | 76 | 62 |
| Binary | 11001111 | 110010 | 10101100 | 0 | 1001100 | 10001 | 10011 | 100111001 | 111110 | 110010 |
Color Harmonies of #CF32AC
Complementary color
Monochromatic Colors of #CF32AC
Black with #CF32AC
Text Example
Text Example
White with #CF32AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF32AC; }
p { color: rgb(207,50,172); }
H1.HeaderClassName
{
color: #CF32AC;
}
.AnyTagClassName
{
color: #CF32AC;
}
</style>
background-color css
<style>
a { background-color: #CF32AC; }
a { background-color: rgb(207,50,172); }
div.DivClassName
{
background-color: #CF32AC;
}
.BgClassName
{
background-color: #CF32AC;
}
</style>
border-color css
<style>
span { border-color: #CF32AC; }
span { border-color: rgb(207,50,172); }
td.TdClassName
{
border-color: #CF32AC;
}
.TagClassName
{
border-color: #CF32AC;
}
</style>