Shades of Deep Cerise #CE2880
Tints of Deep Cerise #CE2880
RGB
CMYK
RGB Variations
Color information
#CE2880 (or 0xCE2880) is known color: Deep Cerise. HEX triplet: CE, 28 and 80. RGB value is (206,40,128). Sum of RGB (Red+Green+Blue) = 206+40+128=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2880 is #31D77F. Grayscale: #636363. Windows color (decimal): -3266432 or 8399054. OLE color: 8399054.
HSL color Cylindrical-coordinate representation of color #CE2880: hue angle of 328.19º degrees, saturation: 0.67, 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 #CE2880 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 40 | 128 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.19 |
| HSL | 328.19º | 0.67% | 0.48% | - |
| HSV(B) | 328.19º | 0.81% | 0.81% | - |
| XYZ | 30.11 | 16.2 | 21.96 | - |
| YUV | 99.67 | 144 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 128 | 0 | 0.81 | 0.38 | 0.19 | 328.19 | 0.67 | 0.48 |
| Hex | CE | 28 | 80 | 0 | 51 | 26 | 13 | 148 | 43 | 30 |
| Octal | 316 | 50 | 200 | 0 | 121 | 46 | 23 | 510 | 103 | 60 |
| Binary | 11001110 | 101000 | 10000000 | 0 | 1010001 | 100110 | 10011 | 101001000 | 1000011 | 110000 |
Color Harmonies of #CE2880
Complementary color
Monochromatic Colors of #CE2880
Black with #CE2880
Text Example
Text Example
White with #CE2880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2880; }
p { color: rgb(206,40,128); }
H1.HeaderClassName
{
color: #CE2880;
}
.AnyTagClassName
{
color: #CE2880;
}
</style>
background-color css
<style>
a { background-color: #CE2880; }
a { background-color: rgb(206,40,128); }
div.DivClassName
{
background-color: #CE2880;
}
.BgClassName
{
background-color: #CE2880;
}
</style>
border-color css
<style>
span { border-color: #CE2880; }
span { border-color: rgb(206,40,128); }
td.TdClassName
{
border-color: #CE2880;
}
.TagClassName
{
border-color: #CE2880;
}
</style>