Shades of Cerise #CE3961
Tints of Cerise #CE3961
RGB
CMYK
RGB Variations
Color information
#CE3961 (or 0xCE3961) is known color: Cerise. HEX triplet: CE, 39 and 61. RGB value is (206,57,97). Sum of RGB (Red+Green+Blue) = 206+57+97=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3961 is #31C69E. Grayscale: #6A6A6A. Windows color (decimal): -3262111 or 6371790. OLE color: 6371790.
HSL color Cylindrical-coordinate representation of color #CE3961: hue angle of 343.89º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3961 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 97 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.19 |
| HSL | 343.89º | 0.6% | 0.52% | - |
| HSV(B) | 343.89º | 0.72% | 0.81% | - |
| XYZ | 29.07 | 16.91 | 13.04 | - |
| YUV | 106.11 | 122.86 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 97 | 0 | 0.72 | 0.53 | 0.19 | 343.89 | 0.6 | 0.52 |
| Hex | CE | 39 | 61 | 0 | 48 | 35 | 13 | 158 | 3C | 34 |
| Octal | 316 | 71 | 141 | 0 | 110 | 65 | 23 | 530 | 74 | 64 |
| Binary | 11001110 | 111001 | 1100001 | 0 | 1001000 | 110101 | 10011 | 101011000 | 111100 | 110100 |
Color Harmonies of #CE3961
Complementary color
Monochromatic Colors of #CE3961
Black with #CE3961
Text Example
Text Example
White with #CE3961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3961; }
p { color: rgb(206,57,97); }
H1.HeaderClassName
{
color: #CE3961;
}
.AnyTagClassName
{
color: #CE3961;
}
</style>
background-color css
<style>
a { background-color: #CE3961; }
a { background-color: rgb(206,57,97); }
div.DivClassName
{
background-color: #CE3961;
}
.BgClassName
{
background-color: #CE3961;
}
</style>
border-color css
<style>
span { border-color: #CE3961; }
span { border-color: rgb(206,57,97); }
td.TdClassName
{
border-color: #CE3961;
}
.TagClassName
{
border-color: #CE3961;
}
</style>