Shades of Mulberry #C5549D
Tints of Mulberry #C5549D
RGB
CMYK
RGB Variations
Color information
#C5549D (or 0xC5549D) is known color: Mulberry. HEX triplet: C5, 54 and 9D. RGB value is (197,84,157). Sum of RGB (Red+Green+Blue) = 197+84+157=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5549D is #3AAB62. Grayscale: #7D7D7D. Windows color (decimal): -3844963 or 10310853. OLE color: 10310853.
HSL color Cylindrical-coordinate representation of color #C5549D: hue angle of 321.24º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5549D is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 157 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.23 |
| HSL | 321.24º | 0.49% | 0.55% | - |
| HSV(B) | 321.24º | 0.57% | 0.77% | - |
| XYZ | 32.28 | 20.65 | 34.18 | - |
| YUV | 126.11 | 145.44 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 157 | 0 | 0.57 | 0.20 | 0.23 | 321.24 | 0.49 | 0.55 |
| Hex | C5 | 54 | 9D | 0 | 39 | 14 | 17 | 141 | 31 | 37 |
| Octal | 305 | 124 | 235 | 0 | 71 | 24 | 27 | 501 | 61 | 67 |
| Binary | 11000101 | 1010100 | 10011101 | 0 | 111001 | 10100 | 10111 | 101000001 | 110001 | 110111 |
Color Harmonies of #C5549D
Complementary color
Monochromatic Colors of #C5549D
Black with #C5549D
Text Example
Text Example
White with #C5549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5549D; }
p { color: rgb(197,84,157); }
H1.HeaderClassName
{
color: #C5549D;
}
.AnyTagClassName
{
color: #C5549D;
}
</style>
background-color css
<style>
a { background-color: #C5549D; }
a { background-color: rgb(197,84,157); }
div.DivClassName
{
background-color: #C5549D;
}
.BgClassName
{
background-color: #C5549D;
}
</style>
border-color css
<style>
span { border-color: #C5549D; }
span { border-color: rgb(197,84,157); }
td.TdClassName
{
border-color: #C5549D;
}
.TagClassName
{
border-color: #C5549D;
}
</style>