Shades of Cerise #CE2660
Tints of Cerise #CE2660
RGB
CMYK
RGB Variations
Color information
#CE2660 (or 0xCE2660) is known color: Cerise. HEX triplet: CE, 26 and 60. RGB value is (206,38,96). Sum of RGB (Red+Green+Blue) = 206+38+96=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2660 is #31D99F. Grayscale: #5E5E5E. Windows color (decimal): -3266976 or 6301390. OLE color: 6301390.
HSL color Cylindrical-coordinate representation of color #CE2660: hue angle of 339.29º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2660 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 96 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.19 |
| HSL | 339.29º | 0.69% | 0.48% | - |
| HSV(B) | 339.29º | 0.82% | 0.81% | - |
| XYZ | 28.26 | 15.35 | 12.54 | - |
| YUV | 94.84 | 128.66 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 96 | 0 | 0.82 | 0.53 | 0.19 | 339.29 | 0.69 | 0.48 |
| Hex | CE | 26 | 60 | 0 | 52 | 35 | 13 | 153 | 45 | 30 |
| Octal | 316 | 46 | 140 | 0 | 122 | 65 | 23 | 523 | 105 | 60 |
| Binary | 11001110 | 100110 | 1100000 | 0 | 1010010 | 110101 | 10011 | 101010011 | 1000101 | 110000 |
Color Harmonies of #CE2660
Complementary color
Monochromatic Colors of #CE2660
Black with #CE2660
Text Example
Text Example
White with #CE2660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2660; }
p { color: rgb(206,38,96); }
H1.HeaderClassName
{
color: #CE2660;
}
.AnyTagClassName
{
color: #CE2660;
}
</style>
background-color css
<style>
a { background-color: #CE2660; }
a { background-color: rgb(206,38,96); }
div.DivClassName
{
background-color: #CE2660;
}
.BgClassName
{
background-color: #CE2660;
}
</style>
border-color css
<style>
span { border-color: #CE2660; }
span { border-color: rgb(206,38,96); }
td.TdClassName
{
border-color: #CE2660;
}
.TagClassName
{
border-color: #CE2660;
}
</style>