Shades of Mulberry #C540A0
Tints of Mulberry #C540A0
RGB
CMYK
RGB Variations
Color information
#C540A0 (or 0xC540A0) is known color: Mulberry. HEX triplet: C5, 40 and A0. RGB value is (197,64,160). Sum of RGB (Red+Green+Blue) = 197+64+160=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C540A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C540A0 is #3ABF5F. Grayscale: #727272. Windows color (decimal): -3850080 or 10502341. OLE color: 10502341.
HSL color Cylindrical-coordinate representation of color #C540A0: hue angle of 316.69º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C540A0 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 160 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.23 |
| HSL | 316.69º | 0.53% | 0.51% | - |
| HSV(B) | 316.69º | 0.68% | 0.77% | - |
| XYZ | 31.2 | 18.08 | 35.1 | - |
| YUV | 114.71 | 153.56 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 160 | 0 | 0.68 | 0.19 | 0.23 | 316.69 | 0.53 | 0.51 |
| Hex | C5 | 40 | A0 | 0 | 44 | 13 | 17 | 13D | 35 | 33 |
| Octal | 305 | 100 | 240 | 0 | 104 | 23 | 27 | 475 | 65 | 63 |
| Binary | 11000101 | 1000000 | 10100000 | 0 | 1000100 | 10011 | 10111 | 100111101 | 110101 | 110011 |
Color Harmonies of #C540A0
Complementary color
Monochromatic Colors of #C540A0
Black with #C540A0
Text Example
Text Example
White with #C540A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540A0; }
p { color: rgb(197,64,160); }
H1.HeaderClassName
{
color: #C540A0;
}
.AnyTagClassName
{
color: #C540A0;
}
</style>
background-color css
<style>
a { background-color: #C540A0; }
a { background-color: rgb(197,64,160); }
div.DivClassName
{
background-color: #C540A0;
}
.BgClassName
{
background-color: #C540A0;
}
</style>
border-color css
<style>
span { border-color: #C540A0; }
span { border-color: rgb(197,64,160); }
td.TdClassName
{
border-color: #C540A0;
}
.TagClassName
{
border-color: #C540A0;
}
</style>