Shades of Cerise #CE296C
Tints of Cerise #CE296C
RGB
CMYK
RGB Variations
Color information
#CE296C (or 0xCE296C) is known color: Cerise. HEX triplet: CE, 29 and 6C. RGB value is (206,41,108). Sum of RGB (Red+Green+Blue) = 206+41+108=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE296C is #31D693. Grayscale: #616161. Windows color (decimal): -3266196 or 7088590. OLE color: 7088590.
HSL color Cylindrical-coordinate representation of color #CE296C: hue angle of 335.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE296C is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 108 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.19 |
| HSL | 335.64º | 0.67% | 0.48% | - |
| HSV(B) | 335.64º | 0.8% | 0.81% | - |
| XYZ | 28.95 | 15.79 | 15.71 | - |
| YUV | 97.97 | 133.66 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 108 | 0 | 0.80 | 0.48 | 0.19 | 335.64 | 0.67 | 0.48 |
| Hex | CE | 29 | 6C | 0 | 50 | 30 | 13 | 150 | 43 | 30 |
| Octal | 316 | 51 | 154 | 0 | 120 | 60 | 23 | 520 | 103 | 60 |
| Binary | 11001110 | 101001 | 1101100 | 0 | 1010000 | 110000 | 10011 | 101010000 | 1000011 | 110000 |
Color Harmonies of #CE296C
Complementary color
Monochromatic Colors of #CE296C
Black with #CE296C
Text Example
Text Example
White with #CE296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE296C; }
p { color: rgb(206,41,108); }
H1.HeaderClassName
{
color: #CE296C;
}
.AnyTagClassName
{
color: #CE296C;
}
</style>
background-color css
<style>
a { background-color: #CE296C; }
a { background-color: rgb(206,41,108); }
div.DivClassName
{
background-color: #CE296C;
}
.BgClassName
{
background-color: #CE296C;
}
</style>
border-color css
<style>
span { border-color: #CE296C; }
span { border-color: rgb(206,41,108); }
td.TdClassName
{
border-color: #CE296C;
}
.TagClassName
{
border-color: #CE296C;
}
</style>