Shades of Cerise #CE3772
Tints of Cerise #CE3772
RGB
CMYK
RGB Variations
Color information
#CE3772 (or 0xCE3772) is known color: Cerise. HEX triplet: CE, 37 and 72. RGB value is (206,55,114). Sum of RGB (Red+Green+Blue) = 206+55+114=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3772 is #31C88D. Grayscale: #6A6A6A. Windows color (decimal): -3262606 or 7485390. OLE color: 7485390.
HSL color Cylindrical-coordinate representation of color #CE3772: hue angle of 336.56º 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 #CE3772 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 114 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.19 |
| HSL | 336.56º | 0.61% | 0.51% | - |
| HSV(B) | 336.56º | 0.73% | 0.81% | - |
| XYZ | 29.86 | 17.07 | 17.64 | - |
| YUV | 106.88 | 132.03 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 114 | 0 | 0.73 | 0.45 | 0.19 | 336.56 | 0.61 | 0.51 |
| Hex | CE | 37 | 72 | 0 | 49 | 2D | 13 | 151 | 3D | 33 |
| Octal | 316 | 67 | 162 | 0 | 111 | 55 | 23 | 521 | 75 | 63 |
| Binary | 11001110 | 110111 | 1110010 | 0 | 1001001 | 101101 | 10011 | 101010001 | 111101 | 110011 |
Color Harmonies of #CE3772
Complementary color
Monochromatic Colors of #CE3772
Black with #CE3772
Text Example
Text Example
White with #CE3772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3772; }
p { color: rgb(206,55,114); }
H1.HeaderClassName
{
color: #CE3772;
}
.AnyTagClassName
{
color: #CE3772;
}
</style>
background-color css
<style>
a { background-color: #CE3772; }
a { background-color: rgb(206,55,114); }
div.DivClassName
{
background-color: #CE3772;
}
.BgClassName
{
background-color: #CE3772;
}
</style>
border-color css
<style>
span { border-color: #CE3772; }
span { border-color: rgb(206,55,114); }
td.TdClassName
{
border-color: #CE3772;
}
.TagClassName
{
border-color: #CE3772;
}
</style>