Shades of Cerise #CE2D60
Tints of Cerise #CE2D60
RGB
CMYK
RGB Variations
Color information
#CE2D60 (or 0xCE2D60) is known color: Cerise. HEX triplet: CE, 2D and 60. RGB value is (206,45,96). Sum of RGB (Red+Green+Blue) = 206+45+96=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2D60 is #31D29F. Grayscale: #626262. Windows color (decimal): -3265184 or 6303182. OLE color: 6303182.
HSL color Cylindrical-coordinate representation of color #CE2D60: hue angle of 340.99º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2D60 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 96 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.19 |
| HSL | 340.99º | 0.64% | 0.49% | - |
| HSV(B) | 340.99º | 0.78% | 0.81% | - |
| XYZ | 28.5 | 15.84 | 12.62 | - |
| YUV | 98.95 | 126.34 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 96 | 0 | 0.78 | 0.53 | 0.19 | 340.99 | 0.64 | 0.49 |
| Hex | CE | 2D | 60 | 0 | 4E | 35 | 13 | 155 | 40 | 31 |
| Octal | 316 | 55 | 140 | 0 | 116 | 65 | 23 | 525 | 100 | 61 |
| Binary | 11001110 | 101101 | 1100000 | 0 | 1001110 | 110101 | 10011 | 101010101 | 1000000 | 110001 |
Color Harmonies of #CE2D60
Complementary color
Monochromatic Colors of #CE2D60
Black with #CE2D60
Text Example
Text Example
White with #CE2D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D60; }
p { color: rgb(206,45,96); }
H1.HeaderClassName
{
color: #CE2D60;
}
.AnyTagClassName
{
color: #CE2D60;
}
</style>
background-color css
<style>
a { background-color: #CE2D60; }
a { background-color: rgb(206,45,96); }
div.DivClassName
{
background-color: #CE2D60;
}
.BgClassName
{
background-color: #CE2D60;
}
</style>
border-color css
<style>
span { border-color: #CE2D60; }
span { border-color: rgb(206,45,96); }
td.TdClassName
{
border-color: #CE2D60;
}
.TagClassName
{
border-color: #CE2D60;
}
</style>