Shades of Cerise #CE3E61
Tints of Cerise #CE3E61
RGB
CMYK
RGB Variations
Color information
#CE3E61 (or 0xCE3E61) is known color: Cerise. HEX triplet: CE, 3E and 61. RGB value is (206,62,97). Sum of RGB (Red+Green+Blue) = 206+62+97=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3E61 is #31C19E. Grayscale: #6D6D6D. Windows color (decimal): -3260831 or 6373070. OLE color: 6373070.
HSL color Cylindrical-coordinate representation of color #CE3E61: hue angle of 345.42º 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 #CE3E61 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 97 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.19 |
| HSL | 345.42º | 0.6% | 0.53% | - |
| HSV(B) | 345.42º | 0.7% | 0.81% | - |
| XYZ | 29.33 | 17.43 | 13.13 | - |
| YUV | 109.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 97 | 0 | 0.70 | 0.53 | 0.19 | 345.42 | 0.6 | 0.53 |
| Hex | CE | 3E | 61 | 0 | 46 | 35 | 13 | 159 | 3C | 35 |
| Octal | 316 | 76 | 141 | 0 | 106 | 65 | 23 | 531 | 74 | 65 |
| Binary | 11001110 | 111110 | 1100001 | 0 | 1000110 | 110101 | 10011 | 101011001 | 111100 | 110101 |
Color Harmonies of #CE3E61
Complementary color
Monochromatic Colors of #CE3E61
Black with #CE3E61
Text Example
Text Example
White with #CE3E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E61; }
p { color: rgb(206,62,97); }
H1.HeaderClassName
{
color: #CE3E61;
}
.AnyTagClassName
{
color: #CE3E61;
}
</style>
background-color css
<style>
a { background-color: #CE3E61; }
a { background-color: rgb(206,62,97); }
div.DivClassName
{
background-color: #CE3E61;
}
.BgClassName
{
background-color: #CE3E61;
}
</style>
border-color css
<style>
span { border-color: #CE3E61; }
span { border-color: rgb(206,62,97); }
td.TdClassName
{
border-color: #CE3E61;
}
.TagClassName
{
border-color: #CE3E61;
}
</style>