Shades of Deep Cerise #CE3575
Tints of Deep Cerise #CE3575
RGB
CMYK
RGB Variations
Color information
#CE3575 (or 0xCE3575) is known color: Deep Cerise. HEX triplet: CE, 35 and 75. RGB value is (206,53,117). Sum of RGB (Red+Green+Blue) = 206+53+117=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3575 is #31CA8A. Grayscale: #696969. Windows color (decimal): -3263115 or 7681486. OLE color: 7681486.
HSL color Cylindrical-coordinate representation of color #CE3575: hue angle of 334.9º 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 #CE3575 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 117 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.19 |
| HSL | 334.9º | 0.61% | 0.51% | - |
| HSV(B) | 334.9º | 0.74% | 0.81% | - |
| XYZ | 29.94 | 16.95 | 18.52 | - |
| YUV | 106.04 | 134.19 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 117 | 0 | 0.74 | 0.43 | 0.19 | 334.9 | 0.61 | 0.51 |
| Hex | CE | 35 | 75 | 0 | 4A | 2B | 13 | 14F | 3D | 33 |
| Octal | 316 | 65 | 165 | 0 | 112 | 53 | 23 | 517 | 75 | 63 |
| Binary | 11001110 | 110101 | 1110101 | 0 | 1001010 | 101011 | 10011 | 101001111 | 111101 | 110011 |
Color Harmonies of #CE3575
Complementary color
Monochromatic Colors of #CE3575
Black with #CE3575
Text Example
Text Example
White with #CE3575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3575; }
p { color: rgb(206,53,117); }
H1.HeaderClassName
{
color: #CE3575;
}
.AnyTagClassName
{
color: #CE3575;
}
</style>
background-color css
<style>
a { background-color: #CE3575; }
a { background-color: rgb(206,53,117); }
div.DivClassName
{
background-color: #CE3575;
}
.BgClassName
{
background-color: #CE3575;
}
</style>
border-color css
<style>
span { border-color: #CE3575; }
span { border-color: rgb(206,53,117); }
td.TdClassName
{
border-color: #CE3575;
}
.TagClassName
{
border-color: #CE3575;
}
</style>