Shades of Cerise #CE215E
Tints of Cerise #CE215E
RGB
CMYK
RGB Variations
Color information
#CE215E (or 0xCE215E) is known color: Cerise. HEX triplet: CE, 21 and 5E. RGB value is (206,33,94). Sum of RGB (Red+Green+Blue) = 206+33+94=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE215E is #31DEA1. Grayscale: #5B5B5B. Windows color (decimal): -3268258 or 6169038. OLE color: 6169038.
HSL color Cylindrical-coordinate representation of color #CE215E: hue angle of 338.84º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE215E is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 94 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.19 |
| HSL | 338.84º | 0.72% | 0.47% | - |
| HSV(B) | 338.84º | 0.84% | 0.81% | - |
| XYZ | 28.02 | 15.02 | 12.01 | - |
| YUV | 91.68 | 129.31 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 94 | 0 | 0.84 | 0.54 | 0.19 | 338.84 | 0.72 | 0.47 |
| Hex | CE | 21 | 5E | 0 | 54 | 36 | 13 | 153 | 48 | 2F |
| Octal | 316 | 41 | 136 | 0 | 124 | 66 | 23 | 523 | 110 | 57 |
| Binary | 11001110 | 100001 | 1011110 | 0 | 1010100 | 110110 | 10011 | 101010011 | 1001000 | 101111 |
Color Harmonies of #CE215E
Complementary color
Monochromatic Colors of #CE215E
Black with #CE215E
Text Example
Text Example
White with #CE215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE215E; }
p { color: rgb(206,33,94); }
H1.HeaderClassName
{
color: #CE215E;
}
.AnyTagClassName
{
color: #CE215E;
}
</style>
background-color css
<style>
a { background-color: #CE215E; }
a { background-color: rgb(206,33,94); }
div.DivClassName
{
background-color: #CE215E;
}
.BgClassName
{
background-color: #CE215E;
}
</style>
border-color css
<style>
span { border-color: #CE215E; }
span { border-color: rgb(206,33,94); }
td.TdClassName
{
border-color: #CE215E;
}
.TagClassName
{
border-color: #CE215E;
}
</style>