Shades of Cerise #CE3E5E
Tints of Cerise #CE3E5E
RGB
CMYK
RGB Variations
Color information
#CE3E5E (or 0xCE3E5E) is known color: Cerise. HEX triplet: CE, 3E and 5E. RGB value is (206,62,94). Sum of RGB (Red+Green+Blue) = 206+62+94=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3E5E is #31C1A1. Grayscale: #6C6C6C. Windows color (decimal): -3260834 or 6176462. OLE color: 6176462.
HSL color Cylindrical-coordinate representation of color #CE3E5E: hue angle of 346.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3E5E is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 94 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.19 |
| HSL | 346.67º | 0.6% | 0.53% | - |
| HSV(B) | 346.67º | 0.7% | 0.81% | - |
| XYZ | 29.2 | 17.38 | 12.4 | - |
| YUV | 108.7 | 119.71 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 94 | 0 | 0.70 | 0.54 | 0.19 | 346.67 | 0.6 | 0.53 |
| Hex | CE | 3E | 5E | 0 | 46 | 36 | 13 | 15B | 3C | 35 |
| Octal | 316 | 76 | 136 | 0 | 106 | 66 | 23 | 533 | 74 | 65 |
| Binary | 11001110 | 111110 | 1011110 | 0 | 1000110 | 110110 | 10011 | 101011011 | 111100 | 110101 |
Color Harmonies of #CE3E5E
Complementary color
Monochromatic Colors of #CE3E5E
Black with #CE3E5E
Text Example
Text Example
White with #CE3E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E5E; }
p { color: rgb(206,62,94); }
H1.HeaderClassName
{
color: #CE3E5E;
}
.AnyTagClassName
{
color: #CE3E5E;
}
</style>
background-color css
<style>
a { background-color: #CE3E5E; }
a { background-color: rgb(206,62,94); }
div.DivClassName
{
background-color: #CE3E5E;
}
.BgClassName
{
background-color: #CE3E5E;
}
</style>
border-color css
<style>
span { border-color: #CE3E5E; }
span { border-color: rgb(206,62,94); }
td.TdClassName
{
border-color: #CE3E5E;
}
.TagClassName
{
border-color: #CE3E5E;
}
</style>