Shades of Deep Cerise #CE2E78
Tints of Deep Cerise #CE2E78
RGB
CMYK
RGB Variations
Color information
#CE2E78 (or 0xCE2E78) is known color: Deep Cerise. HEX triplet: CE, 2E and 78. RGB value is (206,46,120). Sum of RGB (Red+Green+Blue) = 206+46+120=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2E78 is #31D187. Grayscale: #666666. Windows color (decimal): -3264904 or 7876302. OLE color: 7876302.
HSL color Cylindrical-coordinate representation of color #CE2E78: hue angle of 332.25º 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 #CE2E78 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 120 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.19 |
| HSL | 332.25º | 0.63% | 0.49% | - |
| HSV(B) | 332.25º | 0.78% | 0.81% | - |
| XYZ | 29.82 | 16.43 | 19.37 | - |
| YUV | 102.28 | 138.01 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 120 | 0 | 0.78 | 0.42 | 0.19 | 332.25 | 0.63 | 0.49 |
| Hex | CE | 2E | 78 | 0 | 4E | 2A | 13 | 14C | 3F | 31 |
| Octal | 316 | 56 | 170 | 0 | 116 | 52 | 23 | 514 | 77 | 61 |
| Binary | 11001110 | 101110 | 1111000 | 0 | 1001110 | 101010 | 10011 | 101001100 | 111111 | 110001 |
Color Harmonies of #CE2E78
Complementary color
Monochromatic Colors of #CE2E78
Black with #CE2E78
Text Example
Text Example
White with #CE2E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E78; }
p { color: rgb(206,46,120); }
H1.HeaderClassName
{
color: #CE2E78;
}
.AnyTagClassName
{
color: #CE2E78;
}
</style>
background-color css
<style>
a { background-color: #CE2E78; }
a { background-color: rgb(206,46,120); }
div.DivClassName
{
background-color: #CE2E78;
}
.BgClassName
{
background-color: #CE2E78;
}
</style>
border-color css
<style>
span { border-color: #CE2E78; }
span { border-color: rgb(206,46,120); }
td.TdClassName
{
border-color: #CE2E78;
}
.TagClassName
{
border-color: #CE2E78;
}
</style>