Shades of Mulberry #CE4096
Tints of Mulberry #CE4096
RGB
CMYK
RGB Variations
Color information
#CE4096 (or 0xCE4096) is known color: Mulberry. HEX triplet: CE, 40 and 96. RGB value is (206,64,150). Sum of RGB (Red+Green+Blue) = 206+64+150=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4096 is #31BF69. Grayscale: #747474. Windows color (decimal): -3260266 or 9846990. OLE color: 9846990.
HSL color Cylindrical-coordinate representation of color #CE4096: hue angle of 323.66º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4096 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 150 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.19 |
| HSL | 323.66º | 0.59% | 0.53% | - |
| HSV(B) | 323.66º | 0.69% | 0.81% | - |
| XYZ | 32.79 | 18.99 | 30.79 | - |
| YUV | 116.26 | 147.04 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 150 | 0 | 0.69 | 0.27 | 0.19 | 323.66 | 0.59 | 0.53 |
| Hex | CE | 40 | 96 | 0 | 45 | 1B | 13 | 144 | 3B | 35 |
| Octal | 316 | 100 | 226 | 0 | 105 | 33 | 23 | 504 | 73 | 65 |
| Binary | 11001110 | 1000000 | 10010110 | 0 | 1000101 | 11011 | 10011 | 101000100 | 111011 | 110101 |
Color Harmonies of #CE4096
Complementary color
Monochromatic Colors of #CE4096
Black with #CE4096
Text Example
Text Example
White with #CE4096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4096; }
p { color: rgb(206,64,150); }
H1.HeaderClassName
{
color: #CE4096;
}
.AnyTagClassName
{
color: #CE4096;
}
</style>
background-color css
<style>
a { background-color: #CE4096; }
a { background-color: rgb(206,64,150); }
div.DivClassName
{
background-color: #CE4096;
}
.BgClassName
{
background-color: #CE4096;
}
</style>
border-color css
<style>
span { border-color: #CE4096; }
span { border-color: rgb(206,64,150); }
td.TdClassName
{
border-color: #CE4096;
}
.TagClassName
{
border-color: #CE4096;
}
</style>