Shades of Cerise #CE396E
Tints of Cerise #CE396E
RGB
CMYK
RGB Variations
Color information
#CE396E (or 0xCE396E) is known color: Cerise. HEX triplet: CE, 39 and 6E. RGB value is (206,57,110). Sum of RGB (Red+Green+Blue) = 206+57+110=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE396E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE396E is #31C691. Grayscale: #6B6B6B. Windows color (decimal): -3262098 or 7223758. OLE color: 7223758.
HSL color Cylindrical-coordinate representation of color #CE396E: hue angle of 338.66º 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 #CE396E is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 110 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.19 |
| HSL | 338.66º | 0.6% | 0.52% | - |
| HSV(B) | 338.66º | 0.72% | 0.81% | - |
| XYZ | 29.73 | 17.17 | 16.5 | - |
| YUV | 107.59 | 129.36 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 110 | 0 | 0.72 | 0.47 | 0.19 | 338.66 | 0.6 | 0.52 |
| Hex | CE | 39 | 6E | 0 | 48 | 2F | 13 | 153 | 3C | 34 |
| Octal | 316 | 71 | 156 | 0 | 110 | 57 | 23 | 523 | 74 | 64 |
| Binary | 11001110 | 111001 | 1101110 | 0 | 1001000 | 101111 | 10011 | 101010011 | 111100 | 110100 |
Color Harmonies of #CE396E
Complementary color
Monochromatic Colors of #CE396E
Black with #CE396E
Text Example
Text Example
White with #CE396E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE396E; }
p { color: rgb(206,57,110); }
H1.HeaderClassName
{
color: #CE396E;
}
.AnyTagClassName
{
color: #CE396E;
}
</style>
background-color css
<style>
a { background-color: #CE396E; }
a { background-color: rgb(206,57,110); }
div.DivClassName
{
background-color: #CE396E;
}
.BgClassName
{
background-color: #CE396E;
}
</style>
border-color css
<style>
span { border-color: #CE396E; }
span { border-color: rgb(206,57,110); }
td.TdClassName
{
border-color: #CE396E;
}
.TagClassName
{
border-color: #CE396E;
}
</style>