Shades of Cerise #CE3159
Tints of Cerise #CE3159
RGB
CMYK
RGB Variations
Color information
#CE3159 (or 0xCE3159) is known color: Cerise. HEX triplet: CE, 31 and 59. RGB value is (206,49,89). Sum of RGB (Red+Green+Blue) = 206+49+89=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3159 is #31CEA6. Grayscale: #646464. Windows color (decimal): -3264167 or 5845454. OLE color: 5845454.
HSL color Cylindrical-coordinate representation of color #CE3159: hue angle of 344.71º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3159 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 89 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.19 |
| HSL | 344.71º | 0.62% | 0.5% | - |
| HSV(B) | 344.71º | 0.76% | 0.81% | - |
| XYZ | 28.36 | 16.04 | 11.05 | - |
| YUV | 100.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 89 | 0 | 0.76 | 0.57 | 0.19 | 344.71 | 0.62 | 0.5 |
| Hex | CE | 31 | 59 | 0 | 4C | 39 | 13 | 159 | 3E | 32 |
| Octal | 316 | 61 | 131 | 0 | 114 | 71 | 23 | 531 | 76 | 62 |
| Binary | 11001110 | 110001 | 1011001 | 0 | 1001100 | 111001 | 10011 | 101011001 | 111110 | 110010 |
Color Harmonies of #CE3159
Complementary color
Monochromatic Colors of #CE3159
Black with #CE3159
Text Example
Text Example
White with #CE3159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3159; }
p { color: rgb(206,49,89); }
H1.HeaderClassName
{
color: #CE3159;
}
.AnyTagClassName
{
color: #CE3159;
}
</style>
background-color css
<style>
a { background-color: #CE3159; }
a { background-color: rgb(206,49,89); }
div.DivClassName
{
background-color: #CE3159;
}
.BgClassName
{
background-color: #CE3159;
}
</style>
border-color css
<style>
span { border-color: #CE3159; }
span { border-color: rgb(206,49,89); }
td.TdClassName
{
border-color: #CE3159;
}
.TagClassName
{
border-color: #CE3159;
}
</style>