Shades of Mulberry #C5479B
Tints of Mulberry #C5479B
RGB
CMYK
RGB Variations
Color information
#C5479B (or 0xC5479B) is known color: Mulberry. HEX triplet: C5, 47 and 9B. RGB value is (197,71,155). Sum of RGB (Red+Green+Blue) = 197+71+155=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5479B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5479B is #3AB864. Grayscale: #767676. Windows color (decimal): -3848293 or 10176453. OLE color: 10176453.
HSL color Cylindrical-coordinate representation of color #C5479B: hue angle of 320º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5479B is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 155 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.23 |
| HSL | 320º | 0.52% | 0.53% | - |
| HSV(B) | 320º | 0.64% | 0.77% | - |
| XYZ | 31.2 | 18.74 | 32.98 | - |
| YUV | 118.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 155 | 0 | 0.64 | 0.21 | 0.23 | 320 | 0.52 | 0.53 |
| Hex | C5 | 47 | 9B | 0 | 40 | 15 | 17 | 140 | 34 | 35 |
| Octal | 305 | 107 | 233 | 0 | 100 | 25 | 27 | 500 | 64 | 65 |
| Binary | 11000101 | 1000111 | 10011011 | 0 | 1000000 | 10101 | 10111 | 101000000 | 110100 | 110101 |
Color Harmonies of #C5479B
Complementary color
Monochromatic Colors of #C5479B
Black with #C5479B
Text Example
Text Example
White with #C5479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5479B; }
p { color: rgb(197,71,155); }
H1.HeaderClassName
{
color: #C5479B;
}
.AnyTagClassName
{
color: #C5479B;
}
</style>
background-color css
<style>
a { background-color: #C5479B; }
a { background-color: rgb(197,71,155); }
div.DivClassName
{
background-color: #C5479B;
}
.BgClassName
{
background-color: #C5479B;
}
</style>
border-color css
<style>
span { border-color: #C5479B; }
span { border-color: rgb(197,71,155); }
td.TdClassName
{
border-color: #C5479B;
}
.TagClassName
{
border-color: #C5479B;
}
</style>