Shades of Cerise #CE216D
Tints of Cerise #CE216D
RGB
CMYK
RGB Variations
Color information
#CE216D (or 0xCE216D) is known color: Cerise. HEX triplet: CE, 21 and 6D. RGB value is (206,33,109). Sum of RGB (Red+Green+Blue) = 206+33+109=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE216D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE216D is #31DE92. Grayscale: #5D5D5D. Windows color (decimal): -3268243 or 7152078. OLE color: 7152078.
HSL color Cylindrical-coordinate representation of color #CE216D: hue angle of 333.64º 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 #CE216D is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 109 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.19 |
| HSL | 333.64º | 0.72% | 0.47% | - |
| HSV(B) | 333.64º | 0.84% | 0.81% | - |
| XYZ | 28.76 | 15.31 | 15.91 | - |
| YUV | 93.39 | 136.81 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 109 | 0 | 0.84 | 0.47 | 0.19 | 333.64 | 0.72 | 0.47 |
| Hex | CE | 21 | 6D | 0 | 54 | 2F | 13 | 14E | 48 | 2F |
| Octal | 316 | 41 | 155 | 0 | 124 | 57 | 23 | 516 | 110 | 57 |
| Binary | 11001110 | 100001 | 1101101 | 0 | 1010100 | 101111 | 10011 | 101001110 | 1001000 | 101111 |
Color Harmonies of #CE216D
Complementary color
Monochromatic Colors of #CE216D
Black with #CE216D
Text Example
Text Example
White with #CE216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE216D; }
p { color: rgb(206,33,109); }
H1.HeaderClassName
{
color: #CE216D;
}
.AnyTagClassName
{
color: #CE216D;
}
</style>
background-color css
<style>
a { background-color: #CE216D; }
a { background-color: rgb(206,33,109); }
div.DivClassName
{
background-color: #CE216D;
}
.BgClassName
{
background-color: #CE216D;
}
</style>
border-color css
<style>
span { border-color: #CE216D; }
span { border-color: rgb(206,33,109); }
td.TdClassName
{
border-color: #CE216D;
}
.TagClassName
{
border-color: #CE216D;
}
</style>