Shades of Deep Cerise #CE2E77
Tints of Deep Cerise #CE2E77
RGB
CMYK
RGB Variations
Color information
#CE2E77 (or 0xCE2E77) is known color: Deep Cerise. HEX triplet: CE, 2E and 77. RGB value is (206,46,119). Sum of RGB (Red+Green+Blue) = 206+46+119=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2E77 is #31D188. Grayscale: #666666. Windows color (decimal): -3264905 or 7810766. OLE color: 7810766.
HSL color Cylindrical-coordinate representation of color #CE2E77: hue angle of 332.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2E77 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 119 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.19 |
| HSL | 332.63º | 0.63% | 0.49% | - |
| HSV(B) | 332.63º | 0.78% | 0.81% | - |
| XYZ | 29.76 | 16.41 | 19.05 | - |
| YUV | 102.16 | 137.51 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 119 | 0 | 0.78 | 0.42 | 0.19 | 332.63 | 0.63 | 0.49 |
| Hex | CE | 2E | 77 | 0 | 4E | 2A | 13 | 14D | 3F | 31 |
| Octal | 316 | 56 | 167 | 0 | 116 | 52 | 23 | 515 | 77 | 61 |
| Binary | 11001110 | 101110 | 1110111 | 0 | 1001110 | 101010 | 10011 | 101001101 | 111111 | 110001 |
Color Harmonies of #CE2E77
Complementary color
Monochromatic Colors of #CE2E77
Black with #CE2E77
Text Example
Text Example
White with #CE2E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E77; }
p { color: rgb(206,46,119); }
H1.HeaderClassName
{
color: #CE2E77;
}
.AnyTagClassName
{
color: #CE2E77;
}
</style>
background-color css
<style>
a { background-color: #CE2E77; }
a { background-color: rgb(206,46,119); }
div.DivClassName
{
background-color: #CE2E77;
}
.BgClassName
{
background-color: #CE2E77;
}
</style>
border-color css
<style>
span { border-color: #CE2E77; }
span { border-color: rgb(206,46,119); }
td.TdClassName
{
border-color: #CE2E77;
}
.TagClassName
{
border-color: #CE2E77;
}
</style>