Shades of Cerise #CE3060
Tints of Cerise #CE3060
RGB
CMYK
RGB Variations
Color information
#CE3060 (or 0xCE3060) is known color: Cerise. HEX triplet: CE, 30 and 60. RGB value is (206,48,96). Sum of RGB (Red+Green+Blue) = 206+48+96=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3060 is #31CF9F. Grayscale: #646464. Windows color (decimal): -3264416 or 6303950. OLE color: 6303950.
HSL color Cylindrical-coordinate representation of color #CE3060: hue angle of 341.77º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE3060 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 96 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.19 |
| HSL | 341.77º | 0.62% | 0.5% | - |
| HSV(B) | 341.77º | 0.77% | 0.81% | - |
| XYZ | 28.62 | 16.08 | 12.66 | - |
| YUV | 100.71 | 125.35 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 96 | 0 | 0.77 | 0.53 | 0.19 | 341.77 | 0.62 | 0.5 |
| Hex | CE | 30 | 60 | 0 | 4D | 35 | 13 | 156 | 3E | 32 |
| Octal | 316 | 60 | 140 | 0 | 115 | 65 | 23 | 526 | 76 | 62 |
| Binary | 11001110 | 110000 | 1100000 | 0 | 1001101 | 110101 | 10011 | 101010110 | 111110 | 110010 |
Color Harmonies of #CE3060
Complementary color
Monochromatic Colors of #CE3060
Black with #CE3060
Text Example
Text Example
White with #CE3060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3060; }
p { color: rgb(206,48,96); }
H1.HeaderClassName
{
color: #CE3060;
}
.AnyTagClassName
{
color: #CE3060;
}
</style>
background-color css
<style>
a { background-color: #CE3060; }
a { background-color: rgb(206,48,96); }
div.DivClassName
{
background-color: #CE3060;
}
.BgClassName
{
background-color: #CE3060;
}
</style>
border-color css
<style>
span { border-color: #CE3060; }
span { border-color: rgb(206,48,96); }
td.TdClassName
{
border-color: #CE3060;
}
.TagClassName
{
border-color: #CE3060;
}
</style>