Shades of Mulberry #C5539F
Tints of Mulberry #C5539F
RGB
CMYK
RGB Variations
Color information
#C5539F (or 0xC5539F) is known color: Mulberry. HEX triplet: C5, 53 and 9F. RGB value is (197,83,159). Sum of RGB (Red+Green+Blue) = 197+83+159=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5539F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5539F is #3AAC60. Grayscale: #7D7D7D. Windows color (decimal): -3845217 or 10441669. OLE color: 10441669.
HSL color Cylindrical-coordinate representation of color #C5539F: hue angle of 320º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5539F is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 159 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.23 |
| HSL | 320º | 0.5% | 0.55% | - |
| HSV(B) | 320º | 0.58% | 0.77% | - |
| XYZ | 32.38 | 20.56 | 35.06 | - |
| YUV | 125.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 159 | 0 | 0.58 | 0.19 | 0.23 | 320 | 0.5 | 0.55 |
| Hex | C5 | 53 | 9F | 0 | 3A | 13 | 17 | 140 | 32 | 37 |
| Octal | 305 | 123 | 237 | 0 | 72 | 23 | 27 | 500 | 62 | 67 |
| Binary | 11000101 | 1010011 | 10011111 | 0 | 111010 | 10011 | 10111 | 101000000 | 110010 | 110111 |
Color Harmonies of #C5539F
Complementary color
Monochromatic Colors of #C5539F
Black with #C5539F
Text Example
Text Example
White with #C5539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5539F; }
p { color: rgb(197,83,159); }
H1.HeaderClassName
{
color: #C5539F;
}
.AnyTagClassName
{
color: #C5539F;
}
</style>
background-color css
<style>
a { background-color: #C5539F; }
a { background-color: rgb(197,83,159); }
div.DivClassName
{
background-color: #C5539F;
}
.BgClassName
{
background-color: #C5539F;
}
</style>
border-color css
<style>
span { border-color: #C5539F; }
span { border-color: rgb(197,83,159); }
td.TdClassName
{
border-color: #C5539F;
}
.TagClassName
{
border-color: #C5539F;
}
</style>