Shades of Cerise #CE2760
Tints of Cerise #CE2760
RGB
CMYK
RGB Variations
Color information
#CE2760 (or 0xCE2760) is known color: Cerise. HEX triplet: CE, 27 and 60. RGB value is (206,39,96). Sum of RGB (Red+Green+Blue) = 206+39+96=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2760 is #31D89F. Grayscale: #5F5F5F. Windows color (decimal): -3266720 or 6301646. OLE color: 6301646.
HSL color Cylindrical-coordinate representation of color #CE2760: hue angle of 339.52º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2760 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 96 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.19 |
| HSL | 339.52º | 0.68% | 0.48% | - |
| HSV(B) | 339.52º | 0.81% | 0.81% | - |
| XYZ | 28.29 | 15.42 | 12.55 | - |
| YUV | 95.43 | 128.33 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 96 | 0 | 0.81 | 0.53 | 0.19 | 339.52 | 0.68 | 0.48 |
| Hex | CE | 27 | 60 | 0 | 51 | 35 | 13 | 154 | 44 | 30 |
| Octal | 316 | 47 | 140 | 0 | 121 | 65 | 23 | 524 | 104 | 60 |
| Binary | 11001110 | 100111 | 1100000 | 0 | 1010001 | 110101 | 10011 | 101010100 | 1000100 | 110000 |
Color Harmonies of #CE2760
Complementary color
Monochromatic Colors of #CE2760
Black with #CE2760
Text Example
Text Example
White with #CE2760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2760; }
p { color: rgb(206,39,96); }
H1.HeaderClassName
{
color: #CE2760;
}
.AnyTagClassName
{
color: #CE2760;
}
</style>
background-color css
<style>
a { background-color: #CE2760; }
a { background-color: rgb(206,39,96); }
div.DivClassName
{
background-color: #CE2760;
}
.BgClassName
{
background-color: #CE2760;
}
</style>
border-color css
<style>
span { border-color: #CE2760; }
span { border-color: rgb(206,39,96); }
td.TdClassName
{
border-color: #CE2760;
}
.TagClassName
{
border-color: #CE2760;
}
</style>