Shades of Cerise #CE3A72
Tints of Cerise #CE3A72
RGB
CMYK
RGB Variations
Color information
#CE3A72 (or 0xCE3A72) is known color: Cerise. HEX triplet: CE, 3A and 72. RGB value is (206,58,114). Sum of RGB (Red+Green+Blue) = 206+58+114=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3A72 is #31C58D. Grayscale: #6C6C6C. Windows color (decimal): -3261838 or 7486158. OLE color: 7486158.
HSL color Cylindrical-coordinate representation of color #CE3A72: hue angle of 337.3º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3A72 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 114 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.19 |
| HSL | 337.3º | 0.6% | 0.52% | - |
| HSV(B) | 337.3º | 0.72% | 0.81% | - |
| XYZ | 30 | 17.36 | 17.69 | - |
| YUV | 108.64 | 131.03 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 114 | 0 | 0.72 | 0.45 | 0.19 | 337.3 | 0.6 | 0.52 |
| Hex | CE | 3A | 72 | 0 | 48 | 2D | 13 | 151 | 3C | 34 |
| Octal | 316 | 72 | 162 | 0 | 110 | 55 | 23 | 521 | 74 | 64 |
| Binary | 11001110 | 111010 | 1110010 | 0 | 1001000 | 101101 | 10011 | 101010001 | 111100 | 110100 |
Color Harmonies of #CE3A72
Complementary color
Monochromatic Colors of #CE3A72
Black with #CE3A72
Text Example
Text Example
White with #CE3A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A72; }
p { color: rgb(206,58,114); }
H1.HeaderClassName
{
color: #CE3A72;
}
.AnyTagClassName
{
color: #CE3A72;
}
</style>
background-color css
<style>
a { background-color: #CE3A72; }
a { background-color: rgb(206,58,114); }
div.DivClassName
{
background-color: #CE3A72;
}
.BgClassName
{
background-color: #CE3A72;
}
</style>
border-color css
<style>
span { border-color: #CE3A72; }
span { border-color: rgb(206,58,114); }
td.TdClassName
{
border-color: #CE3A72;
}
.TagClassName
{
border-color: #CE3A72;
}
</style>