Shades of Cerise #CE376E
Tints of Cerise #CE376E
RGB
CMYK
RGB Variations
Color information
#CE376E (or 0xCE376E) is known color: Cerise. HEX triplet: CE, 37 and 6E. RGB value is (206,55,110). Sum of RGB (Red+Green+Blue) = 206+55+110=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE376E is #31C891. Grayscale: #6A6A6A. Windows color (decimal): -3262610 or 7223246. OLE color: 7223246.
HSL color Cylindrical-coordinate representation of color #CE376E: hue angle of 338.15º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE376E is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 110 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.19 |
| HSL | 338.15º | 0.61% | 0.51% | - |
| HSV(B) | 338.15º | 0.73% | 0.81% | - |
| XYZ | 29.63 | 16.98 | 16.47 | - |
| YUV | 106.42 | 130.03 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 110 | 0 | 0.73 | 0.47 | 0.19 | 338.15 | 0.61 | 0.51 |
| Hex | CE | 37 | 6E | 0 | 49 | 2F | 13 | 152 | 3D | 33 |
| Octal | 316 | 67 | 156 | 0 | 111 | 57 | 23 | 522 | 75 | 63 |
| Binary | 11001110 | 110111 | 1101110 | 0 | 1001001 | 101111 | 10011 | 101010010 | 111101 | 110011 |
Color Harmonies of #CE376E
Complementary color
Monochromatic Colors of #CE376E
Black with #CE376E
Text Example
Text Example
White with #CE376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE376E; }
p { color: rgb(206,55,110); }
H1.HeaderClassName
{
color: #CE376E;
}
.AnyTagClassName
{
color: #CE376E;
}
</style>
background-color css
<style>
a { background-color: #CE376E; }
a { background-color: rgb(206,55,110); }
div.DivClassName
{
background-color: #CE376E;
}
.BgClassName
{
background-color: #CE376E;
}
</style>
border-color css
<style>
span { border-color: #CE376E; }
span { border-color: rgb(206,55,110); }
td.TdClassName
{
border-color: #CE376E;
}
.TagClassName
{
border-color: #CE376E;
}
</style>