Shades of Deep Cerise #CF2996
Tints of Deep Cerise #CF2996
RGB
CMYK
RGB Variations
Color information
#CF2996 (or 0xCF2996) is known color: Deep Cerise. HEX triplet: CF, 29 and 96. RGB value is (207,41,150). Sum of RGB (Red+Green+Blue) = 207+41+150=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2996 is #30D669. Grayscale: #666666. Windows color (decimal): -3200618 or 9841103. OLE color: 9841103.
HSL color Cylindrical-coordinate representation of color #CF2996: hue angle of 320.6º 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 #CF2996 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 150 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.19 |
| HSL | 320.6º | 0.67% | 0.49% | - |
| HSV(B) | 320.6º | 0.8% | 0.81% | - |
| XYZ | 32.03 | 17.05 | 30.46 | - |
| YUV | 103.06 | 154.5 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 150 | 0 | 0.80 | 0.28 | 0.19 | 320.6 | 0.67 | 0.49 |
| Hex | CF | 29 | 96 | 0 | 50 | 1C | 13 | 141 | 43 | 31 |
| Octal | 317 | 51 | 226 | 0 | 120 | 34 | 23 | 501 | 103 | 61 |
| Binary | 11001111 | 101001 | 10010110 | 0 | 1010000 | 11100 | 10011 | 101000001 | 1000011 | 110001 |
Color Harmonies of #CF2996
Complementary color
Monochromatic Colors of #CF2996
Black with #CF2996
Text Example
Text Example
White with #CF2996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2996; }
p { color: rgb(207,41,150); }
H1.HeaderClassName
{
color: #CF2996;
}
.AnyTagClassName
{
color: #CF2996;
}
</style>
background-color css
<style>
a { background-color: #CF2996; }
a { background-color: rgb(207,41,150); }
div.DivClassName
{
background-color: #CF2996;
}
.BgClassName
{
background-color: #CF2996;
}
</style>
border-color css
<style>
span { border-color: #CF2996; }
span { border-color: rgb(207,41,150); }
td.TdClassName
{
border-color: #CF2996;
}
.TagClassName
{
border-color: #CF2996;
}
</style>