Shades of Mulberry #C5539B
Tints of Mulberry #C5539B
RGB
CMYK
RGB Variations
Color information
#C5539B (or 0xC5539B) is known color: Mulberry. HEX triplet: C5, 53 and 9B. RGB value is (197,83,155). Sum of RGB (Red+Green+Blue) = 197+83+155=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5539B is #3AAC64. Grayscale: #7D7D7D. Windows color (decimal): -3845221 or 10179525. OLE color: 10179525.
HSL color Cylindrical-coordinate representation of color #C5539B: hue angle of 322.11º 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 #C5539B is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 155 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.23 |
| HSL | 322.11º | 0.5% | 0.55% | - |
| HSV(B) | 322.11º | 0.58% | 0.77% | - |
| XYZ | 32.04 | 20.42 | 33.26 | - |
| YUV | 125.29 | 144.77 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 155 | 0 | 0.58 | 0.21 | 0.23 | 322.11 | 0.5 | 0.55 |
| Hex | C5 | 53 | 9B | 0 | 3A | 15 | 17 | 142 | 32 | 37 |
| Octal | 305 | 123 | 233 | 0 | 72 | 25 | 27 | 502 | 62 | 67 |
| Binary | 11000101 | 1010011 | 10011011 | 0 | 111010 | 10101 | 10111 | 101000010 | 110010 | 110111 |
Color Harmonies of #C5539B
Complementary color
Monochromatic Colors of #C5539B
Black with #C5539B
Text Example
Text Example
White with #C5539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5539B; }
p { color: rgb(197,83,155); }
H1.HeaderClassName
{
color: #C5539B;
}
.AnyTagClassName
{
color: #C5539B;
}
</style>
background-color css
<style>
a { background-color: #C5539B; }
a { background-color: rgb(197,83,155); }
div.DivClassName
{
background-color: #C5539B;
}
.BgClassName
{
background-color: #C5539B;
}
</style>
border-color css
<style>
span { border-color: #C5539B; }
span { border-color: rgb(197,83,155); }
td.TdClassName
{
border-color: #C5539B;
}
.TagClassName
{
border-color: #C5539B;
}
</style>