Shades of Deep Cerise #CF2C9E
Tints of Deep Cerise #CF2C9E
RGB
CMYK
RGB Variations
Color information
#CF2C9E (or 0xCF2C9E) is known color: Deep Cerise. HEX triplet: CF, 2C and 9E. RGB value is (207,44,158). Sum of RGB (Red+Green+Blue) = 207+44+158=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2C9E is #30D361. Grayscale: #696969. Windows color (decimal): -3199842 or 10366159. OLE color: 10366159.
HSL color Cylindrical-coordinate representation of color #CF2C9E: hue angle of 318.04º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2C9E is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 44 | 158 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.19 |
| HSL | 318.04º | 0.65% | 0.49% | - |
| HSV(B) | 318.04º | 0.79% | 0.81% | - |
| XYZ | 32.8 | 17.54 | 34 | - |
| YUV | 105.73 | 157.5 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 158 | 0 | 0.79 | 0.24 | 0.19 | 318.04 | 0.65 | 0.49 |
| Hex | CF | 2C | 9E | 0 | 4F | 18 | 13 | 13E | 41 | 31 |
| Octal | 317 | 54 | 236 | 0 | 117 | 30 | 23 | 476 | 101 | 61 |
| Binary | 11001111 | 101100 | 10011110 | 0 | 1001111 | 11000 | 10011 | 100111110 | 1000001 | 110001 |
Color Harmonies of #CF2C9E
Complementary color
Monochromatic Colors of #CF2C9E
Black with #CF2C9E
Text Example
Text Example
White with #CF2C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2C9E; }
p { color: rgb(207,44,158); }
H1.HeaderClassName
{
color: #CF2C9E;
}
.AnyTagClassName
{
color: #CF2C9E;
}
</style>
background-color css
<style>
a { background-color: #CF2C9E; }
a { background-color: rgb(207,44,158); }
div.DivClassName
{
background-color: #CF2C9E;
}
.BgClassName
{
background-color: #CF2C9E;
}
</style>
border-color css
<style>
span { border-color: #CF2C9E; }
span { border-color: rgb(207,44,158); }
td.TdClassName
{
border-color: #CF2C9E;
}
.TagClassName
{
border-color: #CF2C9E;
}
</style>