Shades of Deep Cerise #CE3092
Tints of Deep Cerise #CE3092
RGB
CMYK
RGB Variations
Color information
#CE3092 (or 0xCE3092) is known color: Deep Cerise. HEX triplet: CE, 30 and 92. RGB value is (206,48,146). Sum of RGB (Red+Green+Blue) = 206+48+146=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3092 is #31CF6D. Grayscale: #6A6A6A. Windows color (decimal): -3264366 or 9580750. OLE color: 9580750.
HSL color Cylindrical-coordinate representation of color #CE3092: hue angle of 322.78º 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 #CE3092 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 146 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.19 |
| HSL | 322.78º | 0.62% | 0.5% | - |
| HSV(B) | 322.78º | 0.77% | 0.81% | - |
| XYZ | 31.7 | 17.31 | 28.86 | - |
| YUV | 106.41 | 150.35 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 146 | 0 | 0.77 | 0.29 | 0.19 | 322.78 | 0.62 | 0.5 |
| Hex | CE | 30 | 92 | 0 | 4D | 1D | 13 | 143 | 3E | 32 |
| Octal | 316 | 60 | 222 | 0 | 115 | 35 | 23 | 503 | 76 | 62 |
| Binary | 11001110 | 110000 | 10010010 | 0 | 1001101 | 11101 | 10011 | 101000011 | 111110 | 110010 |
Color Harmonies of #CE3092
Complementary color
Monochromatic Colors of #CE3092
Black with #CE3092
Text Example
Text Example
White with #CE3092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3092; }
p { color: rgb(206,48,146); }
H1.HeaderClassName
{
color: #CE3092;
}
.AnyTagClassName
{
color: #CE3092;
}
</style>
background-color css
<style>
a { background-color: #CE3092; }
a { background-color: rgb(206,48,146); }
div.DivClassName
{
background-color: #CE3092;
}
.BgClassName
{
background-color: #CE3092;
}
</style>
border-color css
<style>
span { border-color: #CE3092; }
span { border-color: rgb(206,48,146); }
td.TdClassName
{
border-color: #CE3092;
}
.TagClassName
{
border-color: #CE3092;
}
</style>