Shades of Deep Cerise #CE3A78
Tints of Deep Cerise #CE3A78
RGB
CMYK
RGB Variations
Color information
#CE3A78 (or 0xCE3A78) is known color: Deep Cerise. HEX triplet: CE, 3A and 78. RGB value is (206,58,120). Sum of RGB (Red+Green+Blue) = 206+58+120=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3A78 is #31C587. Grayscale: #6D6D6D. Windows color (decimal): -3261832 or 7879374. OLE color: 7879374.
HSL color Cylindrical-coordinate representation of color #CE3A78: hue angle of 334.86º 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 #CE3A78 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 120 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.19 |
| HSL | 334.86º | 0.6% | 0.52% | - |
| HSV(B) | 334.86º | 0.72% | 0.81% | - |
| XYZ | 30.36 | 17.5 | 19.55 | - |
| YUV | 109.32 | 134.03 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 120 | 0 | 0.72 | 0.42 | 0.19 | 334.86 | 0.6 | 0.52 |
| Hex | CE | 3A | 78 | 0 | 48 | 2A | 13 | 14F | 3C | 34 |
| Octal | 316 | 72 | 170 | 0 | 110 | 52 | 23 | 517 | 74 | 64 |
| Binary | 11001110 | 111010 | 1111000 | 0 | 1001000 | 101010 | 10011 | 101001111 | 111100 | 110100 |
Color Harmonies of #CE3A78
Complementary color
Monochromatic Colors of #CE3A78
Black with #CE3A78
Text Example
Text Example
White with #CE3A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A78; }
p { color: rgb(206,58,120); }
H1.HeaderClassName
{
color: #CE3A78;
}
.AnyTagClassName
{
color: #CE3A78;
}
</style>
background-color css
<style>
a { background-color: #CE3A78; }
a { background-color: rgb(206,58,120); }
div.DivClassName
{
background-color: #CE3A78;
}
.BgClassName
{
background-color: #CE3A78;
}
</style>
border-color css
<style>
span { border-color: #CE3A78; }
span { border-color: rgb(206,58,120); }
td.TdClassName
{
border-color: #CE3A78;
}
.TagClassName
{
border-color: #CE3A78;
}
</style>