Shades of Cerise #CE3C6F
Tints of Cerise #CE3C6F
RGB
CMYK
RGB Variations
Color information
#CE3C6F (or 0xCE3C6F) is known color: Cerise. HEX triplet: CE, 3C and 6F. RGB value is (206,60,111). Sum of RGB (Red+Green+Blue) = 206+60+111=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3C6F is #31C390. Grayscale: #6D6D6D. Windows color (decimal): -3261329 or 7290062. OLE color: 7290062.
HSL color Cylindrical-coordinate representation of color #CE3C6F: hue angle of 339.04º 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 #CE3C6F is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 111 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.19 |
| HSL | 339.04º | 0.6% | 0.52% | - |
| HSV(B) | 339.04º | 0.71% | 0.81% | - |
| XYZ | 29.94 | 17.5 | 16.84 | - |
| YUV | 109.47 | 128.87 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 111 | 0 | 0.71 | 0.46 | 0.19 | 339.04 | 0.6 | 0.52 |
| Hex | CE | 3C | 6F | 0 | 47 | 2E | 13 | 153 | 3C | 34 |
| Octal | 316 | 74 | 157 | 0 | 107 | 56 | 23 | 523 | 74 | 64 |
| Binary | 11001110 | 111100 | 1101111 | 0 | 1000111 | 101110 | 10011 | 101010011 | 111100 | 110100 |
Color Harmonies of #CE3C6F
Complementary color
Monochromatic Colors of #CE3C6F
Black with #CE3C6F
Text Example
Text Example
White with #CE3C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C6F; }
p { color: rgb(206,60,111); }
H1.HeaderClassName
{
color: #CE3C6F;
}
.AnyTagClassName
{
color: #CE3C6F;
}
</style>
background-color css
<style>
a { background-color: #CE3C6F; }
a { background-color: rgb(206,60,111); }
div.DivClassName
{
background-color: #CE3C6F;
}
.BgClassName
{
background-color: #CE3C6F;
}
</style>
border-color css
<style>
span { border-color: #CE3C6F; }
span { border-color: rgb(206,60,111); }
td.TdClassName
{
border-color: #CE3C6F;
}
.TagClassName
{
border-color: #CE3C6F;
}
</style>