Shades of Mulberry #C5477D
Tints of Mulberry #C5477D
RGB
CMYK
RGB Variations
Color information
#C5477D (or 0xC5477D) is known color: Mulberry. HEX triplet: C5, 47 and 7D. RGB value is (197,71,125). Sum of RGB (Red+Green+Blue) = 197+71+125=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5477D is #3AB882. Grayscale: #727272. Windows color (decimal): -3848323 or 8210373. OLE color: 8210373.
HSL color Cylindrical-coordinate representation of color #C5477D: hue angle of 334.29º 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 #C5477D is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 125 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.23 |
| HSL | 334.29º | 0.52% | 0.53% | - |
| HSV(B) | 334.29º | 0.64% | 0.77% | - |
| XYZ | 28.98 | 17.86 | 21.32 | - |
| YUV | 114.83 | 133.74 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 125 | 0 | 0.64 | 0.37 | 0.23 | 334.29 | 0.52 | 0.53 |
| Hex | C5 | 47 | 7D | 0 | 40 | 25 | 17 | 14E | 34 | 35 |
| Octal | 305 | 107 | 175 | 0 | 100 | 45 | 27 | 516 | 64 | 65 |
| Binary | 11000101 | 1000111 | 1111101 | 0 | 1000000 | 100101 | 10111 | 101001110 | 110100 | 110101 |
Color Harmonies of #C5477D
Complementary color
Monochromatic Colors of #C5477D
Black with #C5477D
Text Example
Text Example
White with #C5477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5477D; }
p { color: rgb(197,71,125); }
H1.HeaderClassName
{
color: #C5477D;
}
.AnyTagClassName
{
color: #C5477D;
}
</style>
background-color css
<style>
a { background-color: #C5477D; }
a { background-color: rgb(197,71,125); }
div.DivClassName
{
background-color: #C5477D;
}
.BgClassName
{
background-color: #C5477D;
}
</style>
border-color css
<style>
span { border-color: #C5477D; }
span { border-color: rgb(197,71,125); }
td.TdClassName
{
border-color: #C5477D;
}
.TagClassName
{
border-color: #C5477D;
}
</style>