Shades of Cerise #CE3E5C
Tints of Cerise #CE3E5C
RGB
CMYK
RGB Variations
Color information
#CE3E5C (or 0xCE3E5C) is known color: Cerise. HEX triplet: CE, 3E and 5C. RGB value is (206,62,92). Sum of RGB (Red+Green+Blue) = 206+62+92=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3E5C is #31C1A3. Grayscale: #6C6C6C. Windows color (decimal): -3260836 or 6045390. OLE color: 6045390.
HSL color Cylindrical-coordinate representation of color #CE3E5C: hue angle of 347.5º 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 #CE3E5C is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 92 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.19 |
| HSL | 347.5º | 0.6% | 0.53% | - |
| HSV(B) | 347.5º | 0.7% | 0.81% | - |
| XYZ | 29.11 | 17.34 | 11.94 | - |
| YUV | 108.48 | 118.71 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 92 | 0 | 0.70 | 0.55 | 0.19 | 347.5 | 0.6 | 0.53 |
| Hex | CE | 3E | 5C | 0 | 46 | 37 | 13 | 15C | 3C | 35 |
| Octal | 316 | 76 | 134 | 0 | 106 | 67 | 23 | 534 | 74 | 65 |
| Binary | 11001110 | 111110 | 1011100 | 0 | 1000110 | 110111 | 10011 | 101011100 | 111100 | 110101 |
Color Harmonies of #CE3E5C
Complementary color
Monochromatic Colors of #CE3E5C
Black with #CE3E5C
Text Example
Text Example
White with #CE3E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E5C; }
p { color: rgb(206,62,92); }
H1.HeaderClassName
{
color: #CE3E5C;
}
.AnyTagClassName
{
color: #CE3E5C;
}
</style>
background-color css
<style>
a { background-color: #CE3E5C; }
a { background-color: rgb(206,62,92); }
div.DivClassName
{
background-color: #CE3E5C;
}
.BgClassName
{
background-color: #CE3E5C;
}
</style>
border-color css
<style>
span { border-color: #CE3E5C; }
span { border-color: rgb(206,62,92); }
td.TdClassName
{
border-color: #CE3E5C;
}
.TagClassName
{
border-color: #CE3E5C;
}
</style>