Shades of Cerise #CE3A60
Tints of Cerise #CE3A60
RGB
CMYK
RGB Variations
Color information
#CE3A60 (or 0xCE3A60) is known color: Cerise. HEX triplet: CE, 3A and 60. RGB value is (206,58,96). Sum of RGB (Red+Green+Blue) = 206+58+96=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3A60 is #31C59F. Grayscale: #6A6A6A. Windows color (decimal): -3261856 or 6306510. OLE color: 6306510.
HSL color Cylindrical-coordinate representation of color #CE3A60: hue angle of 344.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3A60 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 96 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.19 |
| HSL | 344.59º | 0.6% | 0.52% | - |
| HSV(B) | 344.59º | 0.72% | 0.81% | - |
| XYZ | 29.08 | 16.99 | 12.81 | - |
| YUV | 106.58 | 122.03 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 96 | 0 | 0.72 | 0.53 | 0.19 | 344.59 | 0.6 | 0.52 |
| Hex | CE | 3A | 60 | 0 | 48 | 35 | 13 | 159 | 3C | 34 |
| Octal | 316 | 72 | 140 | 0 | 110 | 65 | 23 | 531 | 74 | 64 |
| Binary | 11001110 | 111010 | 1100000 | 0 | 1001000 | 110101 | 10011 | 101011001 | 111100 | 110100 |
Color Harmonies of #CE3A60
Complementary color
Monochromatic Colors of #CE3A60
Black with #CE3A60
Text Example
Text Example
White with #CE3A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A60; }
p { color: rgb(206,58,96); }
H1.HeaderClassName
{
color: #CE3A60;
}
.AnyTagClassName
{
color: #CE3A60;
}
</style>
background-color css
<style>
a { background-color: #CE3A60; }
a { background-color: rgb(206,58,96); }
div.DivClassName
{
background-color: #CE3A60;
}
.BgClassName
{
background-color: #CE3A60;
}
</style>
border-color css
<style>
span { border-color: #CE3A60; }
span { border-color: rgb(206,58,96); }
td.TdClassName
{
border-color: #CE3A60;
}
.TagClassName
{
border-color: #CE3A60;
}
</style>