Shades of Deep Cerise #CE2C80
Tints of Deep Cerise #CE2C80
RGB
CMYK
RGB Variations
Color information
#CE2C80 (or 0xCE2C80) is known color: Deep Cerise. HEX triplet: CE, 2C and 80. RGB value is (206,44,128). Sum of RGB (Red+Green+Blue) = 206+44+128=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2C80 is #31D37F. Grayscale: #656565. Windows color (decimal): -3265408 or 8400078. OLE color: 8400078.
HSL color Cylindrical-coordinate representation of color #CE2C80: hue angle of 328.89º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2C80 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 44 | 128 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.19 |
| HSL | 328.89º | 0.65% | 0.49% | - |
| HSV(B) | 328.89º | 0.79% | 0.81% | - |
| XYZ | 30.25 | 16.48 | 22.01 | - |
| YUV | 102.01 | 142.67 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 128 | 0 | 0.79 | 0.38 | 0.19 | 328.89 | 0.65 | 0.49 |
| Hex | CE | 2C | 80 | 0 | 4F | 26 | 13 | 149 | 41 | 31 |
| Octal | 316 | 54 | 200 | 0 | 117 | 46 | 23 | 511 | 101 | 61 |
| Binary | 11001110 | 101100 | 10000000 | 0 | 1001111 | 100110 | 10011 | 101001001 | 1000001 | 110001 |
Color Harmonies of #CE2C80
Complementary color
Monochromatic Colors of #CE2C80
Black with #CE2C80
Text Example
Text Example
White with #CE2C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2C80; }
p { color: rgb(206,44,128); }
H1.HeaderClassName
{
color: #CE2C80;
}
.AnyTagClassName
{
color: #CE2C80;
}
</style>
background-color css
<style>
a { background-color: #CE2C80; }
a { background-color: rgb(206,44,128); }
div.DivClassName
{
background-color: #CE2C80;
}
.BgClassName
{
background-color: #CE2C80;
}
</style>
border-color css
<style>
span { border-color: #CE2C80; }
span { border-color: rgb(206,44,128); }
td.TdClassName
{
border-color: #CE2C80;
}
.TagClassName
{
border-color: #CE2C80;
}
</style>