Shades of Mulberry #C5508D
Tints of Mulberry #C5508D
RGB
CMYK
RGB Variations
Color information
#C5508D (or 0xC5508D) is known color: Mulberry. HEX triplet: C5, 50 and 8D. RGB value is (197,80,141). Sum of RGB (Red+Green+Blue) = 197+80+141=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C5508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5508D is #3AAF72. Grayscale: #797979. Windows color (decimal): -3846003 or 9261253. OLE color: 9261253.
HSL color Cylindrical-coordinate representation of color #C5508D: hue angle of 328.72º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5508D is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 141 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.23 |
| HSL | 328.72º | 0.5% | 0.54% | - |
| HSV(B) | 328.72º | 0.59% | 0.77% | - |
| XYZ | 30.7 | 19.53 | 27.35 | - |
| YUV | 121.94 | 138.76 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 141 | 0 | 0.59 | 0.28 | 0.23 | 328.72 | 0.5 | 0.54 |
| Hex | C5 | 50 | 8D | 0 | 3B | 1C | 17 | 149 | 32 | 36 |
| Octal | 305 | 120 | 215 | 0 | 73 | 34 | 27 | 511 | 62 | 66 |
| Binary | 11000101 | 1010000 | 10001101 | 0 | 111011 | 11100 | 10111 | 101001001 | 110010 | 110110 |
Color Harmonies of #C5508D
Complementary color
Monochromatic Colors of #C5508D
Black with #C5508D
Text Example
Text Example
White with #C5508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5508D; }
p { color: rgb(197,80,141); }
H1.HeaderClassName
{
color: #C5508D;
}
.AnyTagClassName
{
color: #C5508D;
}
</style>
background-color css
<style>
a { background-color: #C5508D; }
a { background-color: rgb(197,80,141); }
div.DivClassName
{
background-color: #C5508D;
}
.BgClassName
{
background-color: #C5508D;
}
</style>
border-color css
<style>
span { border-color: #C5508D; }
span { border-color: rgb(197,80,141); }
td.TdClassName
{
border-color: #C5508D;
}
.TagClassName
{
border-color: #C5508D;
}
</style>