Shades of Deep Cerise #CF2880
Tints of Deep Cerise #CF2880
RGB
CMYK
RGB Variations
Color information
#CF2880 (or 0xCF2880) is known color: Deep Cerise. HEX triplet: CF, 28 and 80. RGB value is (207,40,128). Sum of RGB (Red+Green+Blue) = 207+40+128=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2880 is #30D77F. Grayscale: #636363. Windows color (decimal): -3200896 or 8399055. OLE color: 8399055.
HSL color Cylindrical-coordinate representation of color #CF2880: hue angle of 328.38º 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 #CF2880 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 128 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.19 |
| HSL | 328.38º | 0.68% | 0.48% | - |
| HSV(B) | 328.38º | 0.81% | 0.81% | - |
| XYZ | 30.39 | 16.34 | 21.97 | - |
| YUV | 99.97 | 143.83 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 128 | 0 | 0.81 | 0.38 | 0.19 | 328.38 | 0.68 | 0.48 |
| Hex | CF | 28 | 80 | 0 | 51 | 26 | 13 | 148 | 44 | 30 |
| Octal | 317 | 50 | 200 | 0 | 121 | 46 | 23 | 510 | 104 | 60 |
| Binary | 11001111 | 101000 | 10000000 | 0 | 1010001 | 100110 | 10011 | 101001000 | 1000100 | 110000 |
Color Harmonies of #CF2880
Complementary color
Monochromatic Colors of #CF2880
Black with #CF2880
Text Example
Text Example
White with #CF2880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2880; }
p { color: rgb(207,40,128); }
H1.HeaderClassName
{
color: #CF2880;
}
.AnyTagClassName
{
color: #CF2880;
}
</style>
background-color css
<style>
a { background-color: #CF2880; }
a { background-color: rgb(207,40,128); }
div.DivClassName
{
background-color: #CF2880;
}
.BgClassName
{
background-color: #CF2880;
}
</style>
border-color css
<style>
span { border-color: #CF2880; }
span { border-color: rgb(207,40,128); }
td.TdClassName
{
border-color: #CF2880;
}
.TagClassName
{
border-color: #CF2880;
}
</style>