Shades of Mulberry #C540A4
Tints of Mulberry #C540A4
RGB
CMYK
RGB Variations
Color information
#C540A4 (or 0xC540A4) is known color: Mulberry. HEX triplet: C5, 40 and A4. RGB value is (197,64,164). Sum of RGB (Red+Green+Blue) = 197+64+164=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C540A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C540A4 is #3ABF5B. Grayscale: #727272. Windows color (decimal): -3850076 or 10764485. OLE color: 10764485.
HSL color Cylindrical-coordinate representation of color #C540A4: hue angle of 314.89º 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 #C540A4 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 164 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.23 |
| HSL | 314.89º | 0.53% | 0.51% | - |
| HSV(B) | 314.89º | 0.68% | 0.77% | - |
| XYZ | 31.56 | 18.22 | 36.97 | - |
| YUV | 115.17 | 155.56 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 164 | 0 | 0.68 | 0.17 | 0.23 | 314.89 | 0.53 | 0.51 |
| Hex | C5 | 40 | A4 | 0 | 44 | 11 | 17 | 13B | 35 | 33 |
| Octal | 305 | 100 | 244 | 0 | 104 | 21 | 27 | 473 | 65 | 63 |
| Binary | 11000101 | 1000000 | 10100100 | 0 | 1000100 | 10001 | 10111 | 100111011 | 110101 | 110011 |
Color Harmonies of #C540A4
Complementary color
Monochromatic Colors of #C540A4
Black with #C540A4
Text Example
Text Example
White with #C540A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540A4; }
p { color: rgb(197,64,164); }
H1.HeaderClassName
{
color: #C540A4;
}
.AnyTagClassName
{
color: #C540A4;
}
</style>
background-color css
<style>
a { background-color: #C540A4; }
a { background-color: rgb(197,64,164); }
div.DivClassName
{
background-color: #C540A4;
}
.BgClassName
{
background-color: #C540A4;
}
</style>
border-color css
<style>
span { border-color: #C540A4; }
span { border-color: rgb(197,64,164); }
td.TdClassName
{
border-color: #C540A4;
}
.TagClassName
{
border-color: #C540A4;
}
</style>