Shades of Mulberry #C5479D
Tints of Mulberry #C5479D
RGB
CMYK
RGB Variations
Color information
#C5479D (or 0xC5479D) is known color: Mulberry. HEX triplet: C5, 47 and 9D. RGB value is (197,71,157). Sum of RGB (Red+Green+Blue) = 197+71+157=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5479D is #3AB862. Grayscale: #767676. Windows color (decimal): -3848291 or 10307525. OLE color: 10307525.
HSL color Cylindrical-coordinate representation of color #C5479D: hue angle of 319.05º 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 #C5479D is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 157 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.23 |
| HSL | 319.05º | 0.52% | 0.53% | - |
| HSV(B) | 319.05º | 0.64% | 0.77% | - |
| XYZ | 31.37 | 18.81 | 33.88 | - |
| YUV | 118.48 | 149.74 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 157 | 0 | 0.64 | 0.20 | 0.23 | 319.05 | 0.52 | 0.53 |
| Hex | C5 | 47 | 9D | 0 | 40 | 14 | 17 | 13F | 34 | 35 |
| Octal | 305 | 107 | 235 | 0 | 100 | 24 | 27 | 477 | 64 | 65 |
| Binary | 11000101 | 1000111 | 10011101 | 0 | 1000000 | 10100 | 10111 | 100111111 | 110100 | 110101 |
Color Harmonies of #C5479D
Complementary color
Monochromatic Colors of #C5479D
Black with #C5479D
Text Example
Text Example
White with #C5479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5479D; }
p { color: rgb(197,71,157); }
H1.HeaderClassName
{
color: #C5479D;
}
.AnyTagClassName
{
color: #C5479D;
}
</style>
background-color css
<style>
a { background-color: #C5479D; }
a { background-color: rgb(197,71,157); }
div.DivClassName
{
background-color: #C5479D;
}
.BgClassName
{
background-color: #C5479D;
}
</style>
border-color css
<style>
span { border-color: #C5479D; }
span { border-color: rgb(197,71,157); }
td.TdClassName
{
border-color: #C5479D;
}
.TagClassName
{
border-color: #C5479D;
}
</style>