Shades of Deep Cerise #CE3792
Tints of Deep Cerise #CE3792
RGB
CMYK
RGB Variations
Color information
#CE3792 (or 0xCE3792) is known color: Deep Cerise. HEX triplet: CE, 37 and 92. RGB value is (206,55,146). Sum of RGB (Red+Green+Blue) = 206+55+146=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3792 is #31C86D. Grayscale: #6E6E6E. Windows color (decimal): -3262574 or 9582542. OLE color: 9582542.
HSL color Cylindrical-coordinate representation of color #CE3792: hue angle of 323.84º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3792 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 146 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.19 |
| HSL | 323.84º | 0.61% | 0.51% | - |
| HSV(B) | 323.84º | 0.73% | 0.81% | - |
| XYZ | 32.01 | 17.93 | 28.97 | - |
| YUV | 110.52 | 148.03 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 146 | 0 | 0.73 | 0.29 | 0.19 | 323.84 | 0.61 | 0.51 |
| Hex | CE | 37 | 92 | 0 | 49 | 1D | 13 | 144 | 3D | 33 |
| Octal | 316 | 67 | 222 | 0 | 111 | 35 | 23 | 504 | 75 | 63 |
| Binary | 11001110 | 110111 | 10010010 | 0 | 1001001 | 11101 | 10011 | 101000100 | 111101 | 110011 |
Color Harmonies of #CE3792
Complementary color
Monochromatic Colors of #CE3792
Black with #CE3792
Text Example
Text Example
White with #CE3792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3792; }
p { color: rgb(206,55,146); }
H1.HeaderClassName
{
color: #CE3792;
}
.AnyTagClassName
{
color: #CE3792;
}
</style>
background-color css
<style>
a { background-color: #CE3792; }
a { background-color: rgb(206,55,146); }
div.DivClassName
{
background-color: #CE3792;
}
.BgClassName
{
background-color: #CE3792;
}
</style>
border-color css
<style>
span { border-color: #CE3792; }
span { border-color: rgb(206,55,146); }
td.TdClassName
{
border-color: #CE3792;
}
.TagClassName
{
border-color: #CE3792;
}
</style>