Shades of Cerise #CE2659
Tints of Cerise #CE2659
RGB
CMYK
RGB Variations
Color information
#CE2659 (or 0xCE2659) is known color: Cerise. HEX triplet: CE, 26 and 59. RGB value is (206,38,89). Sum of RGB (Red+Green+Blue) = 206+38+89=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2659 is #31D9A6. Grayscale: #5E5E5E. Windows color (decimal): -3266983 or 5842638. OLE color: 5842638.
HSL color Cylindrical-coordinate representation of color #CE2659: hue angle of 341.79º 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 #CE2659 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 89 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.19 |
| HSL | 341.79º | 0.69% | 0.48% | - |
| HSV(B) | 341.79º | 0.82% | 0.81% | - |
| XYZ | 27.95 | 15.23 | 10.92 | - |
| YUV | 94.05 | 125.16 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 89 | 0 | 0.82 | 0.57 | 0.19 | 341.79 | 0.69 | 0.48 |
| Hex | CE | 26 | 59 | 0 | 52 | 39 | 13 | 156 | 45 | 30 |
| Octal | 316 | 46 | 131 | 0 | 122 | 71 | 23 | 526 | 105 | 60 |
| Binary | 11001110 | 100110 | 1011001 | 0 | 1010010 | 111001 | 10011 | 101010110 | 1000101 | 110000 |
Color Harmonies of #CE2659
Complementary color
Monochromatic Colors of #CE2659
Black with #CE2659
Text Example
Text Example
White with #CE2659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2659; }
p { color: rgb(206,38,89); }
H1.HeaderClassName
{
color: #CE2659;
}
.AnyTagClassName
{
color: #CE2659;
}
</style>
background-color css
<style>
a { background-color: #CE2659; }
a { background-color: rgb(206,38,89); }
div.DivClassName
{
background-color: #CE2659;
}
.BgClassName
{
background-color: #CE2659;
}
</style>
border-color css
<style>
span { border-color: #CE2659; }
span { border-color: rgb(206,38,89); }
td.TdClassName
{
border-color: #CE2659;
}
.TagClassName
{
border-color: #CE2659;
}
</style>