Shades of Cerise #CE3560
Tints of Cerise #CE3560
RGB
CMYK
RGB Variations
Color information
#CE3560 (or 0xCE3560) is known color: Cerise. HEX triplet: CE, 35 and 60. RGB value is (206,53,96). Sum of RGB (Red+Green+Blue) = 206+53+96=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3560 is #31CA9F. Grayscale: #676767. Windows color (decimal): -3263136 or 6305230. OLE color: 6305230.
HSL color Cylindrical-coordinate representation of color #CE3560: hue angle of 343.14º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3560 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 96 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.19 |
| HSL | 343.14º | 0.61% | 0.51% | - |
| HSV(B) | 343.14º | 0.74% | 0.81% | - |
| XYZ | 28.84 | 16.51 | 12.73 | - |
| YUV | 103.65 | 123.69 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 96 | 0 | 0.74 | 0.53 | 0.19 | 343.14 | 0.61 | 0.51 |
| Hex | CE | 35 | 60 | 0 | 4A | 35 | 13 | 157 | 3D | 33 |
| Octal | 316 | 65 | 140 | 0 | 112 | 65 | 23 | 527 | 75 | 63 |
| Binary | 11001110 | 110101 | 1100000 | 0 | 1001010 | 110101 | 10011 | 101010111 | 111101 | 110011 |
Color Harmonies of #CE3560
Complementary color
Monochromatic Colors of #CE3560
Black with #CE3560
Text Example
Text Example
White with #CE3560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3560; }
p { color: rgb(206,53,96); }
H1.HeaderClassName
{
color: #CE3560;
}
.AnyTagClassName
{
color: #CE3560;
}
</style>
background-color css
<style>
a { background-color: #CE3560; }
a { background-color: rgb(206,53,96); }
div.DivClassName
{
background-color: #CE3560;
}
.BgClassName
{
background-color: #CE3560;
}
</style>
border-color css
<style>
span { border-color: #CE3560; }
span { border-color: rgb(206,53,96); }
td.TdClassName
{
border-color: #CE3560;
}
.TagClassName
{
border-color: #CE3560;
}
</style>