Shades of Cerise #CE276E
Tints of Cerise #CE276E
RGB
CMYK
RGB Variations
Color information
#CE276E (or 0xCE276E) is known color: Cerise. HEX triplet: CE, 27 and 6E. RGB value is (206,39,110). Sum of RGB (Red+Green+Blue) = 206+39+110=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE276E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE276E is #31D891. Grayscale: #606060. Windows color (decimal): -3266706 or 7219150. OLE color: 7219150.
HSL color Cylindrical-coordinate representation of color #CE276E: hue angle of 334.49º 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 #CE276E is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 110 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.19 |
| HSL | 334.49º | 0.68% | 0.48% | - |
| HSV(B) | 334.49º | 0.81% | 0.81% | - |
| XYZ | 28.99 | 15.7 | 16.25 | - |
| YUV | 97.03 | 135.33 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 110 | 0 | 0.81 | 0.47 | 0.19 | 334.49 | 0.68 | 0.48 |
| Hex | CE | 27 | 6E | 0 | 51 | 2F | 13 | 14E | 44 | 30 |
| Octal | 316 | 47 | 156 | 0 | 121 | 57 | 23 | 516 | 104 | 60 |
| Binary | 11001110 | 100111 | 1101110 | 0 | 1010001 | 101111 | 10011 | 101001110 | 1000100 | 110000 |
Color Harmonies of #CE276E
Complementary color
Monochromatic Colors of #CE276E
Black with #CE276E
Text Example
Text Example
White with #CE276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE276E; }
p { color: rgb(206,39,110); }
H1.HeaderClassName
{
color: #CE276E;
}
.AnyTagClassName
{
color: #CE276E;
}
</style>
background-color css
<style>
a { background-color: #CE276E; }
a { background-color: rgb(206,39,110); }
div.DivClassName
{
background-color: #CE276E;
}
.BgClassName
{
background-color: #CE276E;
}
</style>
border-color css
<style>
span { border-color: #CE276E; }
span { border-color: rgb(206,39,110); }
td.TdClassName
{
border-color: #CE276E;
}
.TagClassName
{
border-color: #CE276E;
}
</style>