Shades of Deep Cerise #CE3095
Tints of Deep Cerise #CE3095
RGB
CMYK
RGB Variations
Color information
#CE3095 (or 0xCE3095) is known color: Deep Cerise. HEX triplet: CE, 30 and 95. RGB value is (206,48,149). Sum of RGB (Red+Green+Blue) = 206+48+149=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3095 is #31CF6A. Grayscale: #6A6A6A. Windows color (decimal): -3264363 or 9777358. OLE color: 9777358.
HSL color Cylindrical-coordinate representation of color #CE3095: hue angle of 321.65º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE3095 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 149 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.19 |
| HSL | 321.65º | 0.62% | 0.5% | - |
| HSV(B) | 321.65º | 0.77% | 0.81% | - |
| XYZ | 31.94 | 17.41 | 30.11 | - |
| YUV | 106.76 | 151.85 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 149 | 0 | 0.77 | 0.28 | 0.19 | 321.65 | 0.62 | 0.5 |
| Hex | CE | 30 | 95 | 0 | 4D | 1C | 13 | 142 | 3E | 32 |
| Octal | 316 | 60 | 225 | 0 | 115 | 34 | 23 | 502 | 76 | 62 |
| Binary | 11001110 | 110000 | 10010101 | 0 | 1001101 | 11100 | 10011 | 101000010 | 111110 | 110010 |
Color Harmonies of #CE3095
Complementary color
Monochromatic Colors of #CE3095
Black with #CE3095
Text Example
Text Example
White with #CE3095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3095; }
p { color: rgb(206,48,149); }
H1.HeaderClassName
{
color: #CE3095;
}
.AnyTagClassName
{
color: #CE3095;
}
</style>
background-color css
<style>
a { background-color: #CE3095; }
a { background-color: rgb(206,48,149); }
div.DivClassName
{
background-color: #CE3095;
}
.BgClassName
{
background-color: #CE3095;
}
</style>
border-color css
<style>
span { border-color: #CE3095; }
span { border-color: rgb(206,48,149); }
td.TdClassName
{
border-color: #CE3095;
}
.TagClassName
{
border-color: #CE3095;
}
</style>