Shades of Deep Cerise #CE3695
Tints of Deep Cerise #CE3695
RGB
CMYK
RGB Variations
Color information
#CE3695 (or 0xCE3695) is known color: Deep Cerise. HEX triplet: CE, 36 and 95. RGB value is (206,54,149). Sum of RGB (Red+Green+Blue) = 206+54+149=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3695 is #31C96A. Grayscale: #6E6E6E. Windows color (decimal): -3262827 or 9778894. OLE color: 9778894.
HSL color Cylindrical-coordinate representation of color #CE3695: hue angle of 322.5º 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 #CE3695 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 149 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.19 |
| HSL | 322.5º | 0.61% | 0.51% | - |
| HSV(B) | 322.5º | 0.74% | 0.81% | - |
| XYZ | 32.2 | 17.93 | 30.2 | - |
| YUV | 110.28 | 149.86 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 149 | 0 | 0.74 | 0.28 | 0.19 | 322.5 | 0.61 | 0.51 |
| Hex | CE | 36 | 95 | 0 | 4A | 1C | 13 | 142 | 3D | 33 |
| Octal | 316 | 66 | 225 | 0 | 112 | 34 | 23 | 502 | 75 | 63 |
| Binary | 11001110 | 110110 | 10010101 | 0 | 1001010 | 11100 | 10011 | 101000010 | 111101 | 110011 |
Color Harmonies of #CE3695
Complementary color
Monochromatic Colors of #CE3695
Black with #CE3695
Text Example
Text Example
White with #CE3695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3695; }
p { color: rgb(206,54,149); }
H1.HeaderClassName
{
color: #CE3695;
}
.AnyTagClassName
{
color: #CE3695;
}
</style>
background-color css
<style>
a { background-color: #CE3695; }
a { background-color: rgb(206,54,149); }
div.DivClassName
{
background-color: #CE3695;
}
.BgClassName
{
background-color: #CE3695;
}
</style>
border-color css
<style>
span { border-color: #CE3695; }
span { border-color: rgb(206,54,149); }
td.TdClassName
{
border-color: #CE3695;
}
.TagClassName
{
border-color: #CE3695;
}
</style>