Shades of Cerise #CE215D
Tints of Cerise #CE215D
RGB
CMYK
RGB Variations
Color information
#CE215D (or 0xCE215D) is known color: Cerise. HEX triplet: CE, 21 and 5D. RGB value is (206,33,93). Sum of RGB (Red+Green+Blue) = 206+33+93=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE215D is #31DEA2. Grayscale: #5B5B5B. Windows color (decimal): -3268259 or 6103502. OLE color: 6103502.
HSL color Cylindrical-coordinate representation of color #CE215D: hue angle of 339.19º 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 #CE215D is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 93 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.19 |
| HSL | 339.19º | 0.72% | 0.47% | - |
| HSV(B) | 339.19º | 0.84% | 0.81% | - |
| XYZ | 27.97 | 15 | 11.78 | - |
| YUV | 91.57 | 128.81 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 93 | 0 | 0.84 | 0.55 | 0.19 | 339.19 | 0.72 | 0.47 |
| Hex | CE | 21 | 5D | 0 | 54 | 37 | 13 | 153 | 48 | 2F |
| Octal | 316 | 41 | 135 | 0 | 124 | 67 | 23 | 523 | 110 | 57 |
| Binary | 11001110 | 100001 | 1011101 | 0 | 1010100 | 110111 | 10011 | 101010011 | 1001000 | 101111 |
Color Harmonies of #CE215D
Complementary color
Monochromatic Colors of #CE215D
Black with #CE215D
Text Example
Text Example
White with #CE215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE215D; }
p { color: rgb(206,33,93); }
H1.HeaderClassName
{
color: #CE215D;
}
.AnyTagClassName
{
color: #CE215D;
}
</style>
background-color css
<style>
a { background-color: #CE215D; }
a { background-color: rgb(206,33,93); }
div.DivClassName
{
background-color: #CE215D;
}
.BgClassName
{
background-color: #CE215D;
}
</style>
border-color css
<style>
span { border-color: #CE215D; }
span { border-color: rgb(206,33,93); }
td.TdClassName
{
border-color: #CE215D;
}
.TagClassName
{
border-color: #CE215D;
}
</style>