Shades of Cerise #CE215F
Tints of Cerise #CE215F
RGB
CMYK
RGB Variations
Color information
#CE215F (or 0xCE215F) is known color: Cerise. HEX triplet: CE, 21 and 5F. RGB value is (206,33,95). Sum of RGB (Red+Green+Blue) = 206+33+95=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE215F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE215F is #31DEA0. Grayscale: #5B5B5B. Windows color (decimal): -3268257 or 6234574. OLE color: 6234574.
HSL color Cylindrical-coordinate representation of color #CE215F: hue angle of 338.5º 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 #CE215F is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 95 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.19 |
| HSL | 338.5º | 0.72% | 0.47% | - |
| HSV(B) | 338.5º | 0.84% | 0.81% | - |
| XYZ | 28.06 | 15.04 | 12.25 | - |
| YUV | 91.8 | 129.81 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 95 | 0 | 0.84 | 0.54 | 0.19 | 338.5 | 0.72 | 0.47 |
| Hex | CE | 21 | 5F | 0 | 54 | 36 | 13 | 152 | 48 | 2F |
| Octal | 316 | 41 | 137 | 0 | 124 | 66 | 23 | 522 | 110 | 57 |
| Binary | 11001110 | 100001 | 1011111 | 0 | 1010100 | 110110 | 10011 | 101010010 | 1001000 | 101111 |
Color Harmonies of #CE215F
Complementary color
Monochromatic Colors of #CE215F
Black with #CE215F
Text Example
Text Example
White with #CE215F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE215F; }
p { color: rgb(206,33,95); }
H1.HeaderClassName
{
color: #CE215F;
}
.AnyTagClassName
{
color: #CE215F;
}
</style>
background-color css
<style>
a { background-color: #CE215F; }
a { background-color: rgb(206,33,95); }
div.DivClassName
{
background-color: #CE215F;
}
.BgClassName
{
background-color: #CE215F;
}
</style>
border-color css
<style>
span { border-color: #CE215F; }
span { border-color: rgb(206,33,95); }
td.TdClassName
{
border-color: #CE215F;
}
.TagClassName
{
border-color: #CE215F;
}
</style>