Shades of Mulberry #C540A3
Tints of Mulberry #C540A3
RGB
CMYK
RGB Variations
Color information
#C540A3 (or 0xC540A3) is known color: Mulberry. HEX triplet: C5, 40 and A3. RGB value is (197,64,163). Sum of RGB (Red+Green+Blue) = 197+64+163=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C540A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C540A3 is #3ABF5C. Grayscale: #727272. Windows color (decimal): -3850077 or 10698949. OLE color: 10698949.
HSL color Cylindrical-coordinate representation of color #C540A3: hue angle of 315.34º 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 #C540A3 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 163 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.23 |
| HSL | 315.34º | 0.53% | 0.51% | - |
| HSV(B) | 315.34º | 0.68% | 0.77% | - |
| XYZ | 31.47 | 18.18 | 36.5 | - |
| YUV | 115.05 | 155.06 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 163 | 0 | 0.68 | 0.17 | 0.23 | 315.34 | 0.53 | 0.51 |
| Hex | C5 | 40 | A3 | 0 | 44 | 11 | 17 | 13B | 35 | 33 |
| Octal | 305 | 100 | 243 | 0 | 104 | 21 | 27 | 473 | 65 | 63 |
| Binary | 11000101 | 1000000 | 10100011 | 0 | 1000100 | 10001 | 10111 | 100111011 | 110101 | 110011 |
Color Harmonies of #C540A3
Complementary color
Monochromatic Colors of #C540A3
Black with #C540A3
Text Example
Text Example
White with #C540A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540A3; }
p { color: rgb(197,64,163); }
H1.HeaderClassName
{
color: #C540A3;
}
.AnyTagClassName
{
color: #C540A3;
}
</style>
background-color css
<style>
a { background-color: #C540A3; }
a { background-color: rgb(197,64,163); }
div.DivClassName
{
background-color: #C540A3;
}
.BgClassName
{
background-color: #C540A3;
}
</style>
border-color css
<style>
span { border-color: #C540A3; }
span { border-color: rgb(197,64,163); }
td.TdClassName
{
border-color: #C540A3;
}
.TagClassName
{
border-color: #C540A3;
}
</style>