Shades of Cerise #CE3E64
Tints of Cerise #CE3E64
RGB
CMYK
RGB Variations
Color information
#CE3E64 (or 0xCE3E64) is known color: Cerise. HEX triplet: CE, 3E and 64. RGB value is (206,62,100). Sum of RGB (Red+Green+Blue) = 206+62+100=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3E64 is #31C19B. Grayscale: #6D6D6D. Windows color (decimal): -3260828 or 6569678. OLE color: 6569678.
HSL color Cylindrical-coordinate representation of color #CE3E64: hue angle of 344.17º 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 #CE3E64 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 100 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.19 |
| HSL | 344.17º | 0.6% | 0.53% | - |
| HSV(B) | 344.17º | 0.7% | 0.81% | - |
| XYZ | 29.48 | 17.49 | 13.88 | - |
| YUV | 109.39 | 122.71 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 100 | 0 | 0.70 | 0.51 | 0.19 | 344.17 | 0.6 | 0.53 |
| Hex | CE | 3E | 64 | 0 | 46 | 33 | 13 | 158 | 3C | 35 |
| Octal | 316 | 76 | 144 | 0 | 106 | 63 | 23 | 530 | 74 | 65 |
| Binary | 11001110 | 111110 | 1100100 | 0 | 1000110 | 110011 | 10011 | 101011000 | 111100 | 110101 |
Color Harmonies of #CE3E64
Complementary color
Monochromatic Colors of #CE3E64
Black with #CE3E64
Text Example
Text Example
White with #CE3E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E64; }
p { color: rgb(206,62,100); }
H1.HeaderClassName
{
color: #CE3E64;
}
.AnyTagClassName
{
color: #CE3E64;
}
</style>
background-color css
<style>
a { background-color: #CE3E64; }
a { background-color: rgb(206,62,100); }
div.DivClassName
{
background-color: #CE3E64;
}
.BgClassName
{
background-color: #CE3E64;
}
</style>
border-color css
<style>
span { border-color: #CE3E64; }
span { border-color: rgb(206,62,100); }
td.TdClassName
{
border-color: #CE3E64;
}
.TagClassName
{
border-color: #CE3E64;
}
</style>