Shades of Deep Cerise #CE3976
Tints of Deep Cerise #CE3976
RGB
CMYK
RGB Variations
Color information
#CE3976 (or 0xCE3976) is known color: Deep Cerise. HEX triplet: CE, 39 and 76. RGB value is (206,57,118). Sum of RGB (Red+Green+Blue) = 206+57+118=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3976 is #31C689. Grayscale: #6C6C6C. Windows color (decimal): -3262090 or 7748046. OLE color: 7748046.
HSL color Cylindrical-coordinate representation of color #CE3976: hue angle of 335.44º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3976 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 118 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.19 |
| HSL | 335.44º | 0.6% | 0.52% | - |
| HSV(B) | 335.44º | 0.72% | 0.81% | - |
| XYZ | 30.19 | 17.36 | 18.9 | - |
| YUV | 108.51 | 133.36 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 118 | 0 | 0.72 | 0.43 | 0.19 | 335.44 | 0.6 | 0.52 |
| Hex | CE | 39 | 76 | 0 | 48 | 2B | 13 | 14F | 3C | 34 |
| Octal | 316 | 71 | 166 | 0 | 110 | 53 | 23 | 517 | 74 | 64 |
| Binary | 11001110 | 111001 | 1110110 | 0 | 1001000 | 101011 | 10011 | 101001111 | 111100 | 110100 |
Color Harmonies of #CE3976
Complementary color
Monochromatic Colors of #CE3976
Black with #CE3976
Text Example
Text Example
White with #CE3976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3976; }
p { color: rgb(206,57,118); }
H1.HeaderClassName
{
color: #CE3976;
}
.AnyTagClassName
{
color: #CE3976;
}
</style>
background-color css
<style>
a { background-color: #CE3976; }
a { background-color: rgb(206,57,118); }
div.DivClassName
{
background-color: #CE3976;
}
.BgClassName
{
background-color: #CE3976;
}
</style>
border-color css
<style>
span { border-color: #CE3976; }
span { border-color: rgb(206,57,118); }
td.TdClassName
{
border-color: #CE3976;
}
.TagClassName
{
border-color: #CE3976;
}
</style>