Shades of Deep Cerise #CE3B77
Tints of Deep Cerise #CE3B77
RGB
CMYK
RGB Variations
Color information
#CE3B77 (or 0xCE3B77) is known color: Deep Cerise. HEX triplet: CE, 3B and 77. RGB value is (206,59,119). Sum of RGB (Red+Green+Blue) = 206+59+119=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3B77 is #31C488. Grayscale: #6D6D6D. Windows color (decimal): -3261577 or 7814094. OLE color: 7814094.
HSL color Cylindrical-coordinate representation of color #CE3B77: hue angle of 335.51º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3B77 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 59 | 119 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.19 |
| HSL | 335.51º | 0.6% | 0.52% | - |
| HSV(B) | 335.51º | 0.71% | 0.81% | - |
| XYZ | 30.35 | 17.58 | 19.25 | - |
| YUV | 109.79 | 133.2 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 119 | 0 | 0.71 | 0.42 | 0.19 | 335.51 | 0.6 | 0.52 |
| Hex | CE | 3B | 77 | 0 | 47 | 2A | 13 | 150 | 3C | 34 |
| Octal | 316 | 73 | 167 | 0 | 107 | 52 | 23 | 520 | 74 | 64 |
| Binary | 11001110 | 111011 | 1110111 | 0 | 1000111 | 101010 | 10011 | 101010000 | 111100 | 110100 |
Color Harmonies of #CE3B77
Complementary color
Monochromatic Colors of #CE3B77
Black with #CE3B77
Text Example
Text Example
White with #CE3B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3B77; }
p { color: rgb(206,59,119); }
H1.HeaderClassName
{
color: #CE3B77;
}
.AnyTagClassName
{
color: #CE3B77;
}
</style>
background-color css
<style>
a { background-color: #CE3B77; }
a { background-color: rgb(206,59,119); }
div.DivClassName
{
background-color: #CE3B77;
}
.BgClassName
{
background-color: #CE3B77;
}
</style>
border-color css
<style>
span { border-color: #CE3B77; }
span { border-color: rgb(206,59,119); }
td.TdClassName
{
border-color: #CE3B77;
}
.TagClassName
{
border-color: #CE3B77;
}
</style>