Shades of Cerise #CE3C6E
Tints of Cerise #CE3C6E
RGB
CMYK
RGB Variations
Color information
#CE3C6E (or 0xCE3C6E) is known color: Cerise. HEX triplet: CE, 3C and 6E. RGB value is (206,60,110). Sum of RGB (Red+Green+Blue) = 206+60+110=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3C6E is #31C391. Grayscale: #6D6D6D. Windows color (decimal): -3261330 or 7224526. OLE color: 7224526.
HSL color Cylindrical-coordinate representation of color #CE3C6E: hue angle of 339.45º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3C6E is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 110 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.19 |
| HSL | 339.45º | 0.6% | 0.52% | - |
| HSV(B) | 339.45º | 0.71% | 0.81% | - |
| XYZ | 29.88 | 17.48 | 16.55 | - |
| YUV | 109.35 | 128.37 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 110 | 0 | 0.71 | 0.47 | 0.19 | 339.45 | 0.6 | 0.52 |
| Hex | CE | 3C | 6E | 0 | 47 | 2F | 13 | 153 | 3C | 34 |
| Octal | 316 | 74 | 156 | 0 | 107 | 57 | 23 | 523 | 74 | 64 |
| Binary | 11001110 | 111100 | 1101110 | 0 | 1000111 | 101111 | 10011 | 101010011 | 111100 | 110100 |
Color Harmonies of #CE3C6E
Complementary color
Monochromatic Colors of #CE3C6E
Black with #CE3C6E
Text Example
Text Example
White with #CE3C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C6E; }
p { color: rgb(206,60,110); }
H1.HeaderClassName
{
color: #CE3C6E;
}
.AnyTagClassName
{
color: #CE3C6E;
}
</style>
background-color css
<style>
a { background-color: #CE3C6E; }
a { background-color: rgb(206,60,110); }
div.DivClassName
{
background-color: #CE3C6E;
}
.BgClassName
{
background-color: #CE3C6E;
}
</style>
border-color css
<style>
span { border-color: #CE3C6E; }
span { border-color: rgb(206,60,110); }
td.TdClassName
{
border-color: #CE3C6E;
}
.TagClassName
{
border-color: #CE3C6E;
}
</style>