Shades of Cerise #CE2164
Tints of Cerise #CE2164
RGB
CMYK
RGB Variations
Color information
#CE2164 (or 0xCE2164) is known color: Cerise. HEX triplet: CE, 21 and 64. RGB value is (206,33,100). Sum of RGB (Red+Green+Blue) = 206+33+100=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2164 is #31DE9B. Grayscale: #5C5C5C. Windows color (decimal): -3268252 or 6562254. OLE color: 6562254.
HSL color Cylindrical-coordinate representation of color #CE2164: hue angle of 336.76º 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 #CE2164 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 100 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.19 |
| HSL | 336.76º | 0.72% | 0.47% | - |
| HSV(B) | 336.76º | 0.84% | 0.81% | - |
| XYZ | 28.3 | 15.13 | 13.49 | - |
| YUV | 92.37 | 132.31 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 100 | 0 | 0.84 | 0.51 | 0.19 | 336.76 | 0.72 | 0.47 |
| Hex | CE | 21 | 64 | 0 | 54 | 33 | 13 | 151 | 48 | 2F |
| Octal | 316 | 41 | 144 | 0 | 124 | 63 | 23 | 521 | 110 | 57 |
| Binary | 11001110 | 100001 | 1100100 | 0 | 1010100 | 110011 | 10011 | 101010001 | 1001000 | 101111 |
Color Harmonies of #CE2164
Complementary color
Monochromatic Colors of #CE2164
Black with #CE2164
Text Example
Text Example
White with #CE2164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2164; }
p { color: rgb(206,33,100); }
H1.HeaderClassName
{
color: #CE2164;
}
.AnyTagClassName
{
color: #CE2164;
}
</style>
background-color css
<style>
a { background-color: #CE2164; }
a { background-color: rgb(206,33,100); }
div.DivClassName
{
background-color: #CE2164;
}
.BgClassName
{
background-color: #CE2164;
}
</style>
border-color css
<style>
span { border-color: #CE2164; }
span { border-color: rgb(206,33,100); }
td.TdClassName
{
border-color: #CE2164;
}
.TagClassName
{
border-color: #CE2164;
}
</style>