Shades of Deep Cerise #CE3076
Tints of Deep Cerise #CE3076
RGB
CMYK
RGB Variations
Color information
#CE3076 (or 0xCE3076) is known color: Deep Cerise. HEX triplet: CE, 30 and 76. RGB value is (206,48,118). Sum of RGB (Red+Green+Blue) = 206+48+118=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3076 is #31CF89. Grayscale: #676767. Windows color (decimal): -3264394 or 7745742. OLE color: 7745742.
HSL color Cylindrical-coordinate representation of color #CE3076: hue angle of 333.42º degrees, saturation: 0.62, 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 #CE3076 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 118 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.19 |
| HSL | 333.42º | 0.62% | 0.5% | - |
| HSV(B) | 333.42º | 0.77% | 0.81% | - |
| XYZ | 29.78 | 16.54 | 18.76 | - |
| YUV | 103.22 | 136.35 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 118 | 0 | 0.77 | 0.43 | 0.19 | 333.42 | 0.62 | 0.5 |
| Hex | CE | 30 | 76 | 0 | 4D | 2B | 13 | 14D | 3E | 32 |
| Octal | 316 | 60 | 166 | 0 | 115 | 53 | 23 | 515 | 76 | 62 |
| Binary | 11001110 | 110000 | 1110110 | 0 | 1001101 | 101011 | 10011 | 101001101 | 111110 | 110010 |
Color Harmonies of #CE3076
Complementary color
Monochromatic Colors of #CE3076
Black with #CE3076
Text Example
Text Example
White with #CE3076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3076; }
p { color: rgb(206,48,118); }
H1.HeaderClassName
{
color: #CE3076;
}
.AnyTagClassName
{
color: #CE3076;
}
</style>
background-color css
<style>
a { background-color: #CE3076; }
a { background-color: rgb(206,48,118); }
div.DivClassName
{
background-color: #CE3076;
}
.BgClassName
{
background-color: #CE3076;
}
</style>
border-color css
<style>
span { border-color: #CE3076; }
span { border-color: rgb(206,48,118); }
td.TdClassName
{
border-color: #CE3076;
}
.TagClassName
{
border-color: #CE3076;
}
</style>