Shades of Mulberry #CE5499
Tints of Mulberry #CE5499
RGB
CMYK
RGB Variations
Color information
#CE5499 (or 0xCE5499) is known color: Mulberry. HEX triplet: CE, 54 and 99. RGB value is (206,84,153). Sum of RGB (Red+Green+Blue) = 206+84+153=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5499 is #31AB66. Grayscale: #808080. Windows color (decimal): -3255143 or 10048718. OLE color: 10048718.
HSL color Cylindrical-coordinate representation of color #CE5499: hue angle of 326.07º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5499 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 153 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.19 |
| HSL | 326.07º | 0.55% | 0.57% | - |
| HSV(B) | 326.07º | 0.59% | 0.81% | - |
| XYZ | 34.37 | 21.76 | 32.53 | - |
| YUV | 128.34 | 141.92 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 153 | 0 | 0.59 | 0.26 | 0.19 | 326.07 | 0.55 | 0.57 |
| Hex | CE | 54 | 99 | 0 | 3B | 1A | 13 | 146 | 37 | 39 |
| Octal | 316 | 124 | 231 | 0 | 73 | 32 | 23 | 506 | 67 | 71 |
| Binary | 11001110 | 1010100 | 10011001 | 0 | 111011 | 11010 | 10011 | 101000110 | 110111 | 111001 |
Color Harmonies of #CE5499
Complementary color
Monochromatic Colors of #CE5499
Black with #CE5499
Text Example
Text Example
White with #CE5499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5499; }
p { color: rgb(206,84,153); }
H1.HeaderClassName
{
color: #CE5499;
}
.AnyTagClassName
{
color: #CE5499;
}
</style>
background-color css
<style>
a { background-color: #CE5499; }
a { background-color: rgb(206,84,153); }
div.DivClassName
{
background-color: #CE5499;
}
.BgClassName
{
background-color: #CE5499;
}
</style>
border-color css
<style>
span { border-color: #CE5499; }
span { border-color: rgb(206,84,153); }
td.TdClassName
{
border-color: #CE5499;
}
.TagClassName
{
border-color: #CE5499;
}
</style>