Shades of Cerise #CE2E66
Tints of Cerise #CE2E66
RGB
CMYK
RGB Variations
Color information
#CE2E66 (or 0xCE2E66) is known color: Cerise. HEX triplet: CE, 2E and 66. RGB value is (206,46,102). Sum of RGB (Red+Green+Blue) = 206+46+102=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2E66 is #31D199. Grayscale: #646464. Windows color (decimal): -3264922 or 6696654. OLE color: 6696654.
HSL color Cylindrical-coordinate representation of color #CE2E66: hue angle of 339º degrees, saturation: 0.63, 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 #CE2E66 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 102 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.19 |
| HSL | 339º | 0.63% | 0.49% | - |
| HSV(B) | 339º | 0.78% | 0.81% | - |
| XYZ | 28.83 | 16.04 | 14.15 | - |
| YUV | 100.22 | 129.01 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 102 | 0 | 0.78 | 0.50 | 0.19 | 339 | 0.63 | 0.49 |
| Hex | CE | 2E | 66 | 0 | 4E | 32 | 13 | 153 | 3F | 31 |
| Octal | 316 | 56 | 146 | 0 | 116 | 62 | 23 | 523 | 77 | 61 |
| Binary | 11001110 | 101110 | 1100110 | 0 | 1001110 | 110010 | 10011 | 101010011 | 111111 | 110001 |
Color Harmonies of #CE2E66
Complementary color
Monochromatic Colors of #CE2E66
Black with #CE2E66
Text Example
Text Example
White with #CE2E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E66; }
p { color: rgb(206,46,102); }
H1.HeaderClassName
{
color: #CE2E66;
}
.AnyTagClassName
{
color: #CE2E66;
}
</style>
background-color css
<style>
a { background-color: #CE2E66; }
a { background-color: rgb(206,46,102); }
div.DivClassName
{
background-color: #CE2E66;
}
.BgClassName
{
background-color: #CE2E66;
}
</style>
border-color css
<style>
span { border-color: #CE2E66; }
span { border-color: rgb(206,46,102); }
td.TdClassName
{
border-color: #CE2E66;
}
.TagClassName
{
border-color: #CE2E66;
}
</style>