Shades of Deep Cerise #CF2F9E
Tints of Deep Cerise #CF2F9E
RGB
CMYK
RGB Variations
Color information
#CF2F9E (or 0xCF2F9E) is known color: Deep Cerise. HEX triplet: CF, 2F and 9E. RGB value is (207,47,158). Sum of RGB (Red+Green+Blue) = 207+47+158=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2F9E is #30D061. Grayscale: #6B6B6B. Windows color (decimal): -3199074 or 10366927. OLE color: 10366927.
HSL color Cylindrical-coordinate representation of color #CF2F9E: hue angle of 318.38º 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 #CF2F9E is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 158 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.19 |
| HSL | 318.38º | 0.63% | 0.5% | - |
| HSV(B) | 318.38º | 0.77% | 0.81% | - |
| XYZ | 32.92 | 17.77 | 34.04 | - |
| YUV | 107.49 | 156.51 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 158 | 0 | 0.77 | 0.24 | 0.19 | 318.38 | 0.63 | 0.5 |
| Hex | CF | 2F | 9E | 0 | 4D | 18 | 13 | 13E | 3F | 32 |
| Octal | 317 | 57 | 236 | 0 | 115 | 30 | 23 | 476 | 77 | 62 |
| Binary | 11001111 | 101111 | 10011110 | 0 | 1001101 | 11000 | 10011 | 100111110 | 111111 | 110010 |
Color Harmonies of #CF2F9E
Complementary color
Monochromatic Colors of #CF2F9E
Black with #CF2F9E
Text Example
Text Example
White with #CF2F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2F9E; }
p { color: rgb(207,47,158); }
H1.HeaderClassName
{
color: #CF2F9E;
}
.AnyTagClassName
{
color: #CF2F9E;
}
</style>
background-color css
<style>
a { background-color: #CF2F9E; }
a { background-color: rgb(207,47,158); }
div.DivClassName
{
background-color: #CF2F9E;
}
.BgClassName
{
background-color: #CF2F9E;
}
</style>
border-color css
<style>
span { border-color: #CF2F9E; }
span { border-color: rgb(207,47,158); }
td.TdClassName
{
border-color: #CF2F9E;
}
.TagClassName
{
border-color: #CF2F9E;
}
</style>