Shades of Deep Cerise #CE3578
Tints of Deep Cerise #CE3578
RGB
CMYK
RGB Variations
Color information
#CE3578 (or 0xCE3578) is known color: Deep Cerise. HEX triplet: CE, 35 and 78. RGB value is (206,53,120). Sum of RGB (Red+Green+Blue) = 206+53+120=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3578 is #31CA87. Grayscale: #6A6A6A. Windows color (decimal): -3263112 or 7878094. OLE color: 7878094.
HSL color Cylindrical-coordinate representation of color #CE3578: hue angle of 333.73º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3578 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 120 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.19 |
| HSL | 333.73º | 0.61% | 0.51% | - |
| HSV(B) | 333.73º | 0.74% | 0.81% | - |
| XYZ | 30.12 | 17.02 | 19.47 | - |
| YUV | 106.39 | 135.69 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 120 | 0 | 0.74 | 0.42 | 0.19 | 333.73 | 0.61 | 0.51 |
| Hex | CE | 35 | 78 | 0 | 4A | 2A | 13 | 14E | 3D | 33 |
| Octal | 316 | 65 | 170 | 0 | 112 | 52 | 23 | 516 | 75 | 63 |
| Binary | 11001110 | 110101 | 1111000 | 0 | 1001010 | 101010 | 10011 | 101001110 | 111101 | 110011 |
Color Harmonies of #CE3578
Complementary color
Monochromatic Colors of #CE3578
Black with #CE3578
Text Example
Text Example
White with #CE3578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3578; }
p { color: rgb(206,53,120); }
H1.HeaderClassName
{
color: #CE3578;
}
.AnyTagClassName
{
color: #CE3578;
}
</style>
background-color css
<style>
a { background-color: #CE3578; }
a { background-color: rgb(206,53,120); }
div.DivClassName
{
background-color: #CE3578;
}
.BgClassName
{
background-color: #CE3578;
}
</style>
border-color css
<style>
span { border-color: #CE3578; }
span { border-color: rgb(206,53,120); }
td.TdClassName
{
border-color: #CE3578;
}
.TagClassName
{
border-color: #CE3578;
}
</style>