Shades of Deep Cerise #CF2877
Tints of Deep Cerise #CF2877
RGB
CMYK
RGB Variations
Color information
#CF2877 (or 0xCF2877) is known color: Deep Cerise. HEX triplet: CF, 28 and 77. RGB value is (207,40,119). Sum of RGB (Red+Green+Blue) = 207+40+119=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2877 is #30D788. Grayscale: #626262. Windows color (decimal): -3200905 or 7809231. OLE color: 7809231.
HSL color Cylindrical-coordinate representation of color #CF2877: hue angle of 331.62º 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 #CF2877 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 119 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.19 |
| HSL | 331.62º | 0.68% | 0.48% | - |
| HSV(B) | 331.62º | 0.81% | 0.81% | - |
| XYZ | 29.82 | 16.11 | 18.99 | - |
| YUV | 98.94 | 139.33 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 119 | 0 | 0.81 | 0.43 | 0.19 | 331.62 | 0.68 | 0.48 |
| Hex | CF | 28 | 77 | 0 | 51 | 2B | 13 | 14C | 44 | 30 |
| Octal | 317 | 50 | 167 | 0 | 121 | 53 | 23 | 514 | 104 | 60 |
| Binary | 11001111 | 101000 | 1110111 | 0 | 1010001 | 101011 | 10011 | 101001100 | 1000100 | 110000 |
Color Harmonies of #CF2877
Complementary color
Monochromatic Colors of #CF2877
Black with #CF2877
Text Example
Text Example
White with #CF2877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2877; }
p { color: rgb(207,40,119); }
H1.HeaderClassName
{
color: #CF2877;
}
.AnyTagClassName
{
color: #CF2877;
}
</style>
background-color css
<style>
a { background-color: #CF2877; }
a { background-color: rgb(207,40,119); }
div.DivClassName
{
background-color: #CF2877;
}
.BgClassName
{
background-color: #CF2877;
}
</style>
border-color css
<style>
span { border-color: #CF2877; }
span { border-color: rgb(207,40,119); }
td.TdClassName
{
border-color: #CF2877;
}
.TagClassName
{
border-color: #CF2877;
}
</style>