Shades of Deep Cerise #CF2992
Tints of Deep Cerise #CF2992
RGB
CMYK
RGB Variations
Color information
#CF2992 (or 0xCF2992) is known color: Deep Cerise. HEX triplet: CF, 29 and 92. RGB value is (207,41,146). Sum of RGB (Red+Green+Blue) = 207+41+146=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2992 is #30D66D. Grayscale: #666666. Windows color (decimal): -3200622 or 9578959. OLE color: 9578959.
HSL color Cylindrical-coordinate representation of color #CF2992: hue angle of 322.05º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2992 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 146 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.19 |
| HSL | 322.05º | 0.67% | 0.49% | - |
| HSV(B) | 322.05º | 0.8% | 0.81% | - |
| XYZ | 31.71 | 16.93 | 28.79 | - |
| YUV | 102.6 | 152.5 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 146 | 0 | 0.80 | 0.29 | 0.19 | 322.05 | 0.67 | 0.49 |
| Hex | CF | 29 | 92 | 0 | 50 | 1D | 13 | 142 | 43 | 31 |
| Octal | 317 | 51 | 222 | 0 | 120 | 35 | 23 | 502 | 103 | 61 |
| Binary | 11001111 | 101001 | 10010010 | 0 | 1010000 | 11101 | 10011 | 101000010 | 1000011 | 110001 |
Color Harmonies of #CF2992
Complementary color
Monochromatic Colors of #CF2992
Black with #CF2992
Text Example
Text Example
White with #CF2992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2992; }
p { color: rgb(207,41,146); }
H1.HeaderClassName
{
color: #CF2992;
}
.AnyTagClassName
{
color: #CF2992;
}
</style>
background-color css
<style>
a { background-color: #CF2992; }
a { background-color: rgb(207,41,146); }
div.DivClassName
{
background-color: #CF2992;
}
.BgClassName
{
background-color: #CF2992;
}
</style>
border-color css
<style>
span { border-color: #CF2992; }
span { border-color: rgb(207,41,146); }
td.TdClassName
{
border-color: #CF2992;
}
.TagClassName
{
border-color: #CF2992;
}
</style>