Shades of Deep Cerise #CE3195
Tints of Deep Cerise #CE3195
RGB
CMYK
RGB Variations
Color information
#CE3195 (or 0xCE3195) is known color: Deep Cerise. HEX triplet: CE, 31 and 95. RGB value is (206,49,149). Sum of RGB (Red+Green+Blue) = 206+49+149=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3195 is #31CE6A. Grayscale: #6B6B6B. Windows color (decimal): -3264107 or 9777614. OLE color: 9777614.
HSL color Cylindrical-coordinate representation of color #CE3195: hue angle of 321.78º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3195 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 149 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.19 |
| HSL | 321.78º | 0.62% | 0.5% | - |
| HSV(B) | 321.78º | 0.76% | 0.81% | - |
| XYZ | 31.98 | 17.49 | 30.12 | - |
| YUV | 107.34 | 151.51 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 149 | 0 | 0.76 | 0.28 | 0.19 | 321.78 | 0.62 | 0.5 |
| Hex | CE | 31 | 95 | 0 | 4C | 1C | 13 | 142 | 3E | 32 |
| Octal | 316 | 61 | 225 | 0 | 114 | 34 | 23 | 502 | 76 | 62 |
| Binary | 11001110 | 110001 | 10010101 | 0 | 1001100 | 11100 | 10011 | 101000010 | 111110 | 110010 |
Color Harmonies of #CE3195
Complementary color
Monochromatic Colors of #CE3195
Black with #CE3195
Text Example
Text Example
White with #CE3195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3195; }
p { color: rgb(206,49,149); }
H1.HeaderClassName
{
color: #CE3195;
}
.AnyTagClassName
{
color: #CE3195;
}
</style>
background-color css
<style>
a { background-color: #CE3195; }
a { background-color: rgb(206,49,149); }
div.DivClassName
{
background-color: #CE3195;
}
.BgClassName
{
background-color: #CE3195;
}
</style>
border-color css
<style>
span { border-color: #CE3195; }
span { border-color: rgb(206,49,149); }
td.TdClassName
{
border-color: #CE3195;
}
.TagClassName
{
border-color: #CE3195;
}
</style>