Shades of Cerise #CE215B
Tints of Cerise #CE215B
RGB
CMYK
RGB Variations
Color information
#CE215B (or 0xCE215B) is known color: Cerise. HEX triplet: CE, 21 and 5B. RGB value is (206,33,91). Sum of RGB (Red+Green+Blue) = 206+33+91=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE215B is #31DEA4. Grayscale: #5B5B5B. Windows color (decimal): -3268261 or 5972430. OLE color: 5972430.
HSL color Cylindrical-coordinate representation of color #CE215B: hue angle of 339.88º 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 #CE215B is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 91 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.19 |
| HSL | 339.88º | 0.72% | 0.47% | - |
| HSV(B) | 339.88º | 0.84% | 0.81% | - |
| XYZ | 27.89 | 14.96 | 11.32 | - |
| YUV | 91.34 | 127.81 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 91 | 0 | 0.84 | 0.56 | 0.19 | 339.88 | 0.72 | 0.47 |
| Hex | CE | 21 | 5B | 0 | 54 | 38 | 13 | 154 | 48 | 2F |
| Octal | 316 | 41 | 133 | 0 | 124 | 70 | 23 | 524 | 110 | 57 |
| Binary | 11001110 | 100001 | 1011011 | 0 | 1010100 | 111000 | 10011 | 101010100 | 1001000 | 101111 |
Color Harmonies of #CE215B
Complementary color
Monochromatic Colors of #CE215B
Black with #CE215B
Text Example
Text Example
White with #CE215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE215B; }
p { color: rgb(206,33,91); }
H1.HeaderClassName
{
color: #CE215B;
}
.AnyTagClassName
{
color: #CE215B;
}
</style>
background-color css
<style>
a { background-color: #CE215B; }
a { background-color: rgb(206,33,91); }
div.DivClassName
{
background-color: #CE215B;
}
.BgClassName
{
background-color: #CE215B;
}
</style>
border-color css
<style>
span { border-color: #CE215B; }
span { border-color: rgb(206,33,91); }
td.TdClassName
{
border-color: #CE215B;
}
.TagClassName
{
border-color: #CE215B;
}
</style>