Shades of Deep Cerise #CF2F80
Tints of Deep Cerise #CF2F80
RGB
CMYK
RGB Variations
Color information
#CF2F80 (or 0xCF2F80) is known color: Deep Cerise. HEX triplet: CF, 2F and 80. RGB value is (207,47,128). Sum of RGB (Red+Green+Blue) = 207+47+128=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2F80 is #30D07F. Grayscale: #676767. Windows color (decimal): -3199104 or 8400847. OLE color: 8400847.
HSL color Cylindrical-coordinate representation of color #CF2F80: hue angle of 329.62º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF2F80 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 128 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.19 |
| HSL | 329.63º | 0.63% | 0.5% | - |
| HSV(B) | 329.63º | 0.77% | 0.81% | - |
| XYZ | 30.64 | 16.86 | 22.06 | - |
| YUV | 104.07 | 141.51 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 128 | 0 | 0.77 | 0.38 | 0.19 | 329.63 | 0.63 | 0.5 |
| Hex | CF | 2F | 80 | 0 | 4D | 26 | 13 | 14A | 3F | 32 |
| Octal | 317 | 57 | 200 | 0 | 115 | 46 | 23 | 512 | 77 | 62 |
| Binary | 11001111 | 101111 | 10000000 | 0 | 1001101 | 100110 | 10011 | 101001010 | 111111 | 110010 |
Color Harmonies of #CF2F80
Complementary color
Monochromatic Colors of #CF2F80
Black with #CF2F80
Text Example
Text Example
White with #CF2F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2F80; }
p { color: rgb(207,47,128); }
H1.HeaderClassName
{
color: #CF2F80;
}
.AnyTagClassName
{
color: #CF2F80;
}
</style>
background-color css
<style>
a { background-color: #CF2F80; }
a { background-color: rgb(207,47,128); }
div.DivClassName
{
background-color: #CF2F80;
}
.BgClassName
{
background-color: #CF2F80;
}
</style>
border-color css
<style>
span { border-color: #CF2F80; }
span { border-color: rgb(207,47,128); }
td.TdClassName
{
border-color: #CF2F80;
}
.TagClassName
{
border-color: #CF2F80;
}
</style>