Shades of Deep Cerise #CF2776
Tints of Deep Cerise #CF2776
RGB
CMYK
RGB Variations
Color information
#CF2776 (or 0xCF2776) is known color: Deep Cerise. HEX triplet: CF, 27 and 76. RGB value is (207,39,118). Sum of RGB (Red+Green+Blue) = 207+39+118=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2776 is #30D889. Grayscale: #626262. Windows color (decimal): -3201162 or 7743439. OLE color: 7743439.
HSL color Cylindrical-coordinate representation of color #CF2776: hue angle of 331.79º 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 #CF2776 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 118 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.19 |
| HSL | 331.79º | 0.68% | 0.48% | - |
| HSV(B) | 331.79º | 0.81% | 0.81% | - |
| XYZ | 29.73 | 16.02 | 18.67 | - |
| YUV | 98.24 | 139.16 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 118 | 0 | 0.81 | 0.43 | 0.19 | 331.79 | 0.68 | 0.48 |
| Hex | CF | 27 | 76 | 0 | 51 | 2B | 13 | 14C | 44 | 30 |
| Octal | 317 | 47 | 166 | 0 | 121 | 53 | 23 | 514 | 104 | 60 |
| Binary | 11001111 | 100111 | 1110110 | 0 | 1010001 | 101011 | 10011 | 101001100 | 1000100 | 110000 |
Color Harmonies of #CF2776
Complementary color
Monochromatic Colors of #CF2776
Black with #CF2776
Text Example
Text Example
White with #CF2776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2776; }
p { color: rgb(207,39,118); }
H1.HeaderClassName
{
color: #CF2776;
}
.AnyTagClassName
{
color: #CF2776;
}
</style>
background-color css
<style>
a { background-color: #CF2776; }
a { background-color: rgb(207,39,118); }
div.DivClassName
{
background-color: #CF2776;
}
.BgClassName
{
background-color: #CF2776;
}
</style>
border-color css
<style>
span { border-color: #CF2776; }
span { border-color: rgb(207,39,118); }
td.TdClassName
{
border-color: #CF2776;
}
.TagClassName
{
border-color: #CF2776;
}
</style>