Shades of Mulberry #CE4996
Tints of Mulberry #CE4996
RGB
CMYK
RGB Variations
Color information
#CE4996 (or 0xCE4996) is known color: Mulberry. HEX triplet: CE, 49 and 96. RGB value is (206,73,150). Sum of RGB (Red+Green+Blue) = 206+73+150=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4996 is #31B669. Grayscale: #797979. Windows color (decimal): -3257962 or 9849294. OLE color: 9849294.
HSL color Cylindrical-coordinate representation of color #CE4996: hue angle of 325.26º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4996 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 150 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.19 |
| HSL | 325.26º | 0.58% | 0.55% | - |
| HSV(B) | 325.26º | 0.65% | 0.81% | - |
| XYZ | 33.34 | 20.09 | 30.97 | - |
| YUV | 121.55 | 144.06 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 150 | 0 | 0.65 | 0.27 | 0.19 | 325.26 | 0.58 | 0.55 |
| Hex | CE | 49 | 96 | 0 | 41 | 1B | 13 | 145 | 3A | 37 |
| Octal | 316 | 111 | 226 | 0 | 101 | 33 | 23 | 505 | 72 | 67 |
| Binary | 11001110 | 1001001 | 10010110 | 0 | 1000001 | 11011 | 10011 | 101000101 | 111010 | 110111 |
Color Harmonies of #CE4996
Complementary color
Monochromatic Colors of #CE4996
Black with #CE4996
Text Example
Text Example
White with #CE4996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4996; }
p { color: rgb(206,73,150); }
H1.HeaderClassName
{
color: #CE4996;
}
.AnyTagClassName
{
color: #CE4996;
}
</style>
background-color css
<style>
a { background-color: #CE4996; }
a { background-color: rgb(206,73,150); }
div.DivClassName
{
background-color: #CE4996;
}
.BgClassName
{
background-color: #CE4996;
}
</style>
border-color css
<style>
span { border-color: #CE4996; }
span { border-color: rgb(206,73,150); }
td.TdClassName
{
border-color: #CE4996;
}
.TagClassName
{
border-color: #CE4996;
}
</style>