Shades of Deep Cerise #CE3094
Tints of Deep Cerise #CE3094
RGB
CMYK
RGB Variations
Color information
#CE3094 (or 0xCE3094) is known color: Deep Cerise. HEX triplet: CE, 30 and 94. RGB value is (206,48,148). Sum of RGB (Red+Green+Blue) = 206+48+148=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3094 is #31CF6B. Grayscale: #6A6A6A. Windows color (decimal): -3264364 or 9711822. OLE color: 9711822.
HSL color Cylindrical-coordinate representation of color #CE3094: hue angle of 322.03º 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 #CE3094 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 148 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.19 |
| HSL | 322.03º | 0.62% | 0.5% | - |
| HSV(B) | 322.03º | 0.77% | 0.81% | - |
| XYZ | 31.86 | 17.37 | 29.69 | - |
| YUV | 106.64 | 151.35 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 148 | 0 | 0.77 | 0.28 | 0.19 | 322.03 | 0.62 | 0.5 |
| Hex | CE | 30 | 94 | 0 | 4D | 1C | 13 | 142 | 3E | 32 |
| Octal | 316 | 60 | 224 | 0 | 115 | 34 | 23 | 502 | 76 | 62 |
| Binary | 11001110 | 110000 | 10010100 | 0 | 1001101 | 11100 | 10011 | 101000010 | 111110 | 110010 |
Color Harmonies of #CE3094
Complementary color
Monochromatic Colors of #CE3094
Black with #CE3094
Text Example
Text Example
White with #CE3094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3094; }
p { color: rgb(206,48,148); }
H1.HeaderClassName
{
color: #CE3094;
}
.AnyTagClassName
{
color: #CE3094;
}
</style>
background-color css
<style>
a { background-color: #CE3094; }
a { background-color: rgb(206,48,148); }
div.DivClassName
{
background-color: #CE3094;
}
.BgClassName
{
background-color: #CE3094;
}
</style>
border-color css
<style>
span { border-color: #CE3094; }
span { border-color: rgb(206,48,148); }
td.TdClassName
{
border-color: #CE3094;
}
.TagClassName
{
border-color: #CE3094;
}
</style>