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