Shades of Cerise #CE2260
Tints of Cerise #CE2260
RGB
CMYK
RGB Variations
Color information
#CE2260 (or 0xCE2260) is known color: Cerise. HEX triplet: CE, 22 and 60. RGB value is (206,34,96). Sum of RGB (Red+Green+Blue) = 206+34+96=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2260 is #31DD9F. Grayscale: #5C5C5C. Windows color (decimal): -3268000 or 6300366. OLE color: 6300366.
HSL color Cylindrical-coordinate representation of color #CE2260: hue angle of 338.37º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2260 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 96 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.19 |
| HSL | 338.37º | 0.72% | 0.47% | - |
| HSV(B) | 338.37º | 0.83% | 0.81% | - |
| XYZ | 28.14 | 15.11 | 12.5 | - |
| YUV | 92.5 | 129.98 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 96 | 0 | 0.83 | 0.53 | 0.19 | 338.37 | 0.72 | 0.47 |
| Hex | CE | 22 | 60 | 0 | 53 | 35 | 13 | 152 | 48 | 2F |
| Octal | 316 | 42 | 140 | 0 | 123 | 65 | 23 | 522 | 110 | 57 |
| Binary | 11001110 | 100010 | 1100000 | 0 | 1010011 | 110101 | 10011 | 101010010 | 1001000 | 101111 |
Color Harmonies of #CE2260
Complementary color
Monochromatic Colors of #CE2260
Black with #CE2260
Text Example
Text Example
White with #CE2260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2260; }
p { color: rgb(206,34,96); }
H1.HeaderClassName
{
color: #CE2260;
}
.AnyTagClassName
{
color: #CE2260;
}
</style>
background-color css
<style>
a { background-color: #CE2260; }
a { background-color: rgb(206,34,96); }
div.DivClassName
{
background-color: #CE2260;
}
.BgClassName
{
background-color: #CE2260;
}
</style>
border-color css
<style>
span { border-color: #CE2260; }
span { border-color: rgb(206,34,96); }
td.TdClassName
{
border-color: #CE2260;
}
.TagClassName
{
border-color: #CE2260;
}
</style>