Shades of Cerise #CE276C
Tints of Cerise #CE276C
RGB
CMYK
RGB Variations
Color information
#CE276C (or 0xCE276C) is known color: Cerise. HEX triplet: CE, 27 and 6C. RGB value is (206,39,108). Sum of RGB (Red+Green+Blue) = 206+39+108=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE276C is #31D893. Grayscale: #606060. Windows color (decimal): -3266708 or 7088078. OLE color: 7088078.
HSL color Cylindrical-coordinate representation of color #CE276C: hue angle of 335.21º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE276C is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 108 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.19 |
| HSL | 335.21º | 0.68% | 0.48% | - |
| HSV(B) | 335.21º | 0.81% | 0.81% | - |
| XYZ | 28.89 | 15.66 | 15.69 | - |
| YUV | 96.8 | 134.33 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 108 | 0 | 0.81 | 0.48 | 0.19 | 335.21 | 0.68 | 0.48 |
| Hex | CE | 27 | 6C | 0 | 51 | 30 | 13 | 14F | 44 | 30 |
| Octal | 316 | 47 | 154 | 0 | 121 | 60 | 23 | 517 | 104 | 60 |
| Binary | 11001110 | 100111 | 1101100 | 0 | 1010001 | 110000 | 10011 | 101001111 | 1000100 | 110000 |
Color Harmonies of #CE276C
Complementary color
Monochromatic Colors of #CE276C
Black with #CE276C
Text Example
Text Example
White with #CE276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE276C; }
p { color: rgb(206,39,108); }
H1.HeaderClassName
{
color: #CE276C;
}
.AnyTagClassName
{
color: #CE276C;
}
</style>
background-color css
<style>
a { background-color: #CE276C; }
a { background-color: rgb(206,39,108); }
div.DivClassName
{
background-color: #CE276C;
}
.BgClassName
{
background-color: #CE276C;
}
</style>
border-color css
<style>
span { border-color: #CE276C; }
span { border-color: rgb(206,39,108); }
td.TdClassName
{
border-color: #CE276C;
}
.TagClassName
{
border-color: #CE276C;
}
</style>