Shades of Cerise #CE3C72
Tints of Cerise #CE3C72
RGB
CMYK
RGB Variations
Color information
#CE3C72 (or 0xCE3C72) is known color: Cerise. HEX triplet: CE, 3C and 72. RGB value is (206,60,114). Sum of RGB (Red+Green+Blue) = 206+60+114=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3C72 is #31C38D. Grayscale: #6D6D6D. Windows color (decimal): -3261326 or 7486670. OLE color: 7486670.
HSL color Cylindrical-coordinate representation of color #CE3C72: hue angle of 337.81º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3C72 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 114 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.19 |
| HSL | 337.81º | 0.6% | 0.52% | - |
| HSV(B) | 337.81º | 0.71% | 0.81% | - |
| XYZ | 30.11 | 17.57 | 17.72 | - |
| YUV | 109.81 | 130.37 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 114 | 0 | 0.71 | 0.45 | 0.19 | 337.81 | 0.6 | 0.52 |
| Hex | CE | 3C | 72 | 0 | 47 | 2D | 13 | 152 | 3C | 34 |
| Octal | 316 | 74 | 162 | 0 | 107 | 55 | 23 | 522 | 74 | 64 |
| Binary | 11001110 | 111100 | 1110010 | 0 | 1000111 | 101101 | 10011 | 101010010 | 111100 | 110100 |
Color Harmonies of #CE3C72
Complementary color
Monochromatic Colors of #CE3C72
Black with #CE3C72
Text Example
Text Example
White with #CE3C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C72; }
p { color: rgb(206,60,114); }
H1.HeaderClassName
{
color: #CE3C72;
}
.AnyTagClassName
{
color: #CE3C72;
}
</style>
background-color css
<style>
a { background-color: #CE3C72; }
a { background-color: rgb(206,60,114); }
div.DivClassName
{
background-color: #CE3C72;
}
.BgClassName
{
background-color: #CE3C72;
}
</style>
border-color css
<style>
span { border-color: #CE3C72; }
span { border-color: rgb(206,60,114); }
td.TdClassName
{
border-color: #CE3C72;
}
.TagClassName
{
border-color: #CE3C72;
}
</style>