Shades of Cerise #CE3C5F
Tints of Cerise #CE3C5F
RGB
CMYK
RGB Variations
Color information
#CE3C5F (or 0xCE3C5F) is known color: Cerise. HEX triplet: CE, 3C and 5F. RGB value is (206,60,95). Sum of RGB (Red+Green+Blue) = 206+60+95=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3C5F is #31C3A0. Grayscale: #6B6B6B. Windows color (decimal): -3261345 or 6241486. OLE color: 6241486.
HSL color Cylindrical-coordinate representation of color #CE3C5F: hue angle of 345.62º 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 #CE3C5F is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 95 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.19 |
| HSL | 345.62º | 0.6% | 0.52% | - |
| HSV(B) | 345.62º | 0.71% | 0.81% | - |
| XYZ | 29.14 | 17.18 | 12.61 | - |
| YUV | 107.64 | 120.87 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 95 | 0 | 0.71 | 0.54 | 0.19 | 345.62 | 0.6 | 0.52 |
| Hex | CE | 3C | 5F | 0 | 47 | 36 | 13 | 15A | 3C | 34 |
| Octal | 316 | 74 | 137 | 0 | 107 | 66 | 23 | 532 | 74 | 64 |
| Binary | 11001110 | 111100 | 1011111 | 0 | 1000111 | 110110 | 10011 | 101011010 | 111100 | 110100 |
Color Harmonies of #CE3C5F
Complementary color
Monochromatic Colors of #CE3C5F
Black with #CE3C5F
Text Example
Text Example
White with #CE3C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C5F; }
p { color: rgb(206,60,95); }
H1.HeaderClassName
{
color: #CE3C5F;
}
.AnyTagClassName
{
color: #CE3C5F;
}
</style>
background-color css
<style>
a { background-color: #CE3C5F; }
a { background-color: rgb(206,60,95); }
div.DivClassName
{
background-color: #CE3C5F;
}
.BgClassName
{
background-color: #CE3C5F;
}
</style>
border-color css
<style>
span { border-color: #CE3C5F; }
span { border-color: rgb(206,60,95); }
td.TdClassName
{
border-color: #CE3C5F;
}
.TagClassName
{
border-color: #CE3C5F;
}
</style>