Shades of Cerise #CE3164
Tints of Cerise #CE3164
RGB
CMYK
RGB Variations
Color information
#CE3164 (or 0xCE3164) is known color: Cerise. HEX triplet: CE, 31 and 64. RGB value is (206,49,100). Sum of RGB (Red+Green+Blue) = 206+49+100=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3164 is #31CE9B. Grayscale: #656565. Windows color (decimal): -3264156 or 6566350. OLE color: 6566350.
HSL color Cylindrical-coordinate representation of color #CE3164: hue angle of 340.51º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3164 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 100 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.19 |
| HSL | 340.51º | 0.62% | 0.5% | - |
| HSV(B) | 340.51º | 0.76% | 0.81% | - |
| XYZ | 28.85 | 16.24 | 13.67 | - |
| YUV | 101.76 | 127.01 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 100 | 0 | 0.76 | 0.51 | 0.19 | 340.51 | 0.62 | 0.5 |
| Hex | CE | 31 | 64 | 0 | 4C | 33 | 13 | 155 | 3E | 32 |
| Octal | 316 | 61 | 144 | 0 | 114 | 63 | 23 | 525 | 76 | 62 |
| Binary | 11001110 | 110001 | 1100100 | 0 | 1001100 | 110011 | 10011 | 101010101 | 111110 | 110010 |
Color Harmonies of #CE3164
Complementary color
Monochromatic Colors of #CE3164
Black with #CE3164
Text Example
Text Example
White with #CE3164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3164; }
p { color: rgb(206,49,100); }
H1.HeaderClassName
{
color: #CE3164;
}
.AnyTagClassName
{
color: #CE3164;
}
</style>
background-color css
<style>
a { background-color: #CE3164; }
a { background-color: rgb(206,49,100); }
div.DivClassName
{
background-color: #CE3164;
}
.BgClassName
{
background-color: #CE3164;
}
</style>
border-color css
<style>
span { border-color: #CE3164; }
span { border-color: rgb(206,49,100); }
td.TdClassName
{
border-color: #CE3164;
}
.TagClassName
{
border-color: #CE3164;
}
</style>