Shades of Deep Cerise #CF2899
Tints of Deep Cerise #CF2899
RGB
CMYK
RGB Variations
Color information
#CF2899 (or 0xCF2899) is known color: Deep Cerise. HEX triplet: CF, 28 and 99. RGB value is (207,40,153). Sum of RGB (Red+Green+Blue) = 207+40+153=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2899 is #30D766. Grayscale: #666666. Windows color (decimal): -3200871 or 10037455. OLE color: 10037455.
HSL color Cylindrical-coordinate representation of color #CF2899: hue angle of 319.4º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2899 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 153 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.19 |
| HSL | 319.4º | 0.68% | 0.48% | - |
| HSV(B) | 319.4º | 0.81% | 0.81% | - |
| XYZ | 32.24 | 17.08 | 31.74 | - |
| YUV | 102.82 | 156.33 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 153 | 0 | 0.81 | 0.26 | 0.19 | 319.4 | 0.68 | 0.48 |
| Hex | CF | 28 | 99 | 0 | 51 | 1A | 13 | 13F | 44 | 30 |
| Octal | 317 | 50 | 231 | 0 | 121 | 32 | 23 | 477 | 104 | 60 |
| Binary | 11001111 | 101000 | 10011001 | 0 | 1010001 | 11010 | 10011 | 100111111 | 1000100 | 110000 |
Color Harmonies of #CF2899
Complementary color
Monochromatic Colors of #CF2899
Black with #CF2899
Text Example
Text Example
White with #CF2899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2899; }
p { color: rgb(207,40,153); }
H1.HeaderClassName
{
color: #CF2899;
}
.AnyTagClassName
{
color: #CF2899;
}
</style>
background-color css
<style>
a { background-color: #CF2899; }
a { background-color: rgb(207,40,153); }
div.DivClassName
{
background-color: #CF2899;
}
.BgClassName
{
background-color: #CF2899;
}
</style>
border-color css
<style>
span { border-color: #CF2899; }
span { border-color: rgb(207,40,153); }
td.TdClassName
{
border-color: #CF2899;
}
.TagClassName
{
border-color: #CF2899;
}
</style>