Shades of Deep Cerise #CE3595
Tints of Deep Cerise #CE3595
RGB
CMYK
RGB Variations
Color information
#CE3595 (or 0xCE3595) is known color: Deep Cerise. HEX triplet: CE, 35 and 95. RGB value is (206,53,149). Sum of RGB (Red+Green+Blue) = 206+53+149=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3595 is #31CA6A. Grayscale: #6D6D6D. Windows color (decimal): -3263083 or 9778638. OLE color: 9778638.
HSL color Cylindrical-coordinate representation of color #CE3595: hue angle of 322.35º 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 #CE3595 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 149 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.19 |
| HSL | 322.35º | 0.61% | 0.51% | - |
| HSV(B) | 322.35º | 0.74% | 0.81% | - |
| XYZ | 32.15 | 17.84 | 30.18 | - |
| YUV | 109.69 | 150.19 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 149 | 0 | 0.74 | 0.28 | 0.19 | 322.35 | 0.61 | 0.51 |
| Hex | CE | 35 | 95 | 0 | 4A | 1C | 13 | 142 | 3D | 33 |
| Octal | 316 | 65 | 225 | 0 | 112 | 34 | 23 | 502 | 75 | 63 |
| Binary | 11001110 | 110101 | 10010101 | 0 | 1001010 | 11100 | 10011 | 101000010 | 111101 | 110011 |
Color Harmonies of #CE3595
Complementary color
Monochromatic Colors of #CE3595
Black with #CE3595
Text Example
Text Example
White with #CE3595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3595; }
p { color: rgb(206,53,149); }
H1.HeaderClassName
{
color: #CE3595;
}
.AnyTagClassName
{
color: #CE3595;
}
</style>
background-color css
<style>
a { background-color: #CE3595; }
a { background-color: rgb(206,53,149); }
div.DivClassName
{
background-color: #CE3595;
}
.BgClassName
{
background-color: #CE3595;
}
</style>
border-color css
<style>
span { border-color: #CE3595; }
span { border-color: rgb(206,53,149); }
td.TdClassName
{
border-color: #CE3595;
}
.TagClassName
{
border-color: #CE3595;
}
</style>