Shades of Deep Cerise #CF2999
Tints of Deep Cerise #CF2999
RGB
CMYK
RGB Variations
Color information
#CF2999 (or 0xCF2999) is known color: Deep Cerise. HEX triplet: CF, 29 and 99. RGB value is (207,41,153). Sum of RGB (Red+Green+Blue) = 207+41+153=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2999 is #30D666. Grayscale: #676767. Windows color (decimal): -3200615 or 10037711. OLE color: 10037711.
HSL color Cylindrical-coordinate representation of color #CF2999: hue angle of 319.52º 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 #CF2999 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 153 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.19 |
| HSL | 319.52º | 0.67% | 0.49% | - |
| HSV(B) | 319.52º | 0.8% | 0.81% | - |
| XYZ | 32.27 | 17.15 | 31.75 | - |
| YUV | 103.4 | 156 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 153 | 0 | 0.80 | 0.26 | 0.19 | 319.52 | 0.67 | 0.49 |
| Hex | CF | 29 | 99 | 0 | 50 | 1A | 13 | 140 | 43 | 31 |
| Octal | 317 | 51 | 231 | 0 | 120 | 32 | 23 | 500 | 103 | 61 |
| Binary | 11001111 | 101001 | 10011001 | 0 | 1010000 | 11010 | 10011 | 101000000 | 1000011 | 110001 |
Color Harmonies of #CF2999
Complementary color
Monochromatic Colors of #CF2999
Black with #CF2999
Text Example
Text Example
White with #CF2999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2999; }
p { color: rgb(207,41,153); }
H1.HeaderClassName
{
color: #CF2999;
}
.AnyTagClassName
{
color: #CF2999;
}
</style>
background-color css
<style>
a { background-color: #CF2999; }
a { background-color: rgb(207,41,153); }
div.DivClassName
{
background-color: #CF2999;
}
.BgClassName
{
background-color: #CF2999;
}
</style>
border-color css
<style>
span { border-color: #CF2999; }
span { border-color: rgb(207,41,153); }
td.TdClassName
{
border-color: #CF2999;
}
.TagClassName
{
border-color: #CF2999;
}
</style>