Shades of Deep Cerise #CF2F9F
Tints of Deep Cerise #CF2F9F
RGB
CMYK
RGB Variations
Color information
#CF2F9F (or 0xCF2F9F) is known color: Deep Cerise. HEX triplet: CF, 2F and 9F. RGB value is (207,47,159). Sum of RGB (Red+Green+Blue) = 207+47+159=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2F9F is #30D060. Grayscale: #6B6B6B. Windows color (decimal): -3199073 or 10432463. OLE color: 10432463.
HSL color Cylindrical-coordinate representation of color #CF2F9F: hue angle of 318º 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 #CF2F9F is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 159 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.19 |
| HSL | 318º | 0.63% | 0.5% | - |
| HSV(B) | 318º | 0.77% | 0.81% | - |
| XYZ | 33.01 | 17.8 | 34.5 | - |
| YUV | 107.61 | 157.01 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 159 | 0 | 0.77 | 0.23 | 0.19 | 318 | 0.63 | 0.5 |
| Hex | CF | 2F | 9F | 0 | 4D | 17 | 13 | 13E | 3F | 32 |
| Octal | 317 | 57 | 237 | 0 | 115 | 27 | 23 | 476 | 77 | 62 |
| Binary | 11001111 | 101111 | 10011111 | 0 | 1001101 | 10111 | 10011 | 100111110 | 111111 | 110010 |
Color Harmonies of #CF2F9F
Complementary color
Monochromatic Colors of #CF2F9F
Black with #CF2F9F
Text Example
Text Example
White with #CF2F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2F9F; }
p { color: rgb(207,47,159); }
H1.HeaderClassName
{
color: #CF2F9F;
}
.AnyTagClassName
{
color: #CF2F9F;
}
</style>
background-color css
<style>
a { background-color: #CF2F9F; }
a { background-color: rgb(207,47,159); }
div.DivClassName
{
background-color: #CF2F9F;
}
.BgClassName
{
background-color: #CF2F9F;
}
</style>
border-color css
<style>
span { border-color: #CF2F9F; }
span { border-color: rgb(207,47,159); }
td.TdClassName
{
border-color: #CF2F9F;
}
.TagClassName
{
border-color: #CF2F9F;
}
</style>