Shades of Cerise #CE2161
Tints of Cerise #CE2161
RGB
CMYK
RGB Variations
Color information
#CE2161 (or 0xCE2161) is known color: Cerise. HEX triplet: CE, 21 and 61. RGB value is (206,33,97). Sum of RGB (Red+Green+Blue) = 206+33+97=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2161 is #31DE9E. Grayscale: #5B5B5B. Windows color (decimal): -3268255 or 6365646. OLE color: 6365646.
HSL color Cylindrical-coordinate representation of color #CE2161: hue angle of 337.8º 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 #CE2161 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 97 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.19 |
| HSL | 337.8º | 0.72% | 0.47% | - |
| HSV(B) | 337.8º | 0.84% | 0.81% | - |
| XYZ | 28.16 | 15.07 | 12.73 | - |
| YUV | 92.02 | 130.81 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 97 | 0 | 0.84 | 0.53 | 0.19 | 337.8 | 0.72 | 0.47 |
| Hex | CE | 21 | 61 | 0 | 54 | 35 | 13 | 152 | 48 | 2F |
| Octal | 316 | 41 | 141 | 0 | 124 | 65 | 23 | 522 | 110 | 57 |
| Binary | 11001110 | 100001 | 1100001 | 0 | 1010100 | 110101 | 10011 | 101010010 | 1001000 | 101111 |
Color Harmonies of #CE2161
Complementary color
Monochromatic Colors of #CE2161
Black with #CE2161
Text Example
Text Example
White with #CE2161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2161; }
p { color: rgb(206,33,97); }
H1.HeaderClassName
{
color: #CE2161;
}
.AnyTagClassName
{
color: #CE2161;
}
</style>
background-color css
<style>
a { background-color: #CE2161; }
a { background-color: rgb(206,33,97); }
div.DivClassName
{
background-color: #CE2161;
}
.BgClassName
{
background-color: #CE2161;
}
</style>
border-color css
<style>
span { border-color: #CE2161; }
span { border-color: rgb(206,33,97); }
td.TdClassName
{
border-color: #CE2161;
}
.TagClassName
{
border-color: #CE2161;
}
</style>