Shades of Deep Cerise #CF2F8C
Tints of Deep Cerise #CF2F8C
RGB
CMYK
RGB Variations
Color information
#CF2F8C (or 0xCF2F8C) is known color: Deep Cerise. HEX triplet: CF, 2F and 8C. RGB value is (207,47,140). Sum of RGB (Red+Green+Blue) = 207+47+140=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2F8C is #30D073. Grayscale: #696969. Windows color (decimal): -3199092 or 9187279. OLE color: 9187279.
HSL color Cylindrical-coordinate representation of color #CF2F8C: hue angle of 325.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF2F8C is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 140 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.19 |
| HSL | 325.13º | 0.63% | 0.5% | - |
| HSV(B) | 325.13º | 0.77% | 0.81% | - |
| XYZ | 31.48 | 17.19 | 26.47 | - |
| YUV | 105.44 | 147.51 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 140 | 0 | 0.77 | 0.32 | 0.19 | 325.13 | 0.63 | 0.5 |
| Hex | CF | 2F | 8C | 0 | 4D | 20 | 13 | 145 | 3F | 32 |
| Octal | 317 | 57 | 214 | 0 | 115 | 40 | 23 | 505 | 77 | 62 |
| Binary | 11001111 | 101111 | 10001100 | 0 | 1001101 | 100000 | 10011 | 101000101 | 111111 | 110010 |
Color Harmonies of #CF2F8C
Complementary color
Monochromatic Colors of #CF2F8C
Black with #CF2F8C
Text Example
Text Example
White with #CF2F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2F8C; }
p { color: rgb(207,47,140); }
H1.HeaderClassName
{
color: #CF2F8C;
}
.AnyTagClassName
{
color: #CF2F8C;
}
</style>
background-color css
<style>
a { background-color: #CF2F8C; }
a { background-color: rgb(207,47,140); }
div.DivClassName
{
background-color: #CF2F8C;
}
.BgClassName
{
background-color: #CF2F8C;
}
</style>
border-color css
<style>
span { border-color: #CF2F8C; }
span { border-color: rgb(207,47,140); }
td.TdClassName
{
border-color: #CF2F8C;
}
.TagClassName
{
border-color: #CF2F8C;
}
</style>