Shades of Mulberry #C541A1
Tints of Mulberry #C541A1
RGB
CMYK
RGB Variations
Color information
#C541A1 (or 0xC541A1) is known color: Mulberry. HEX triplet: C5, 41 and A1. RGB value is (197,65,161). Sum of RGB (Red+Green+Blue) = 197+65+161=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C541A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C541A1 is #3ABE5E. Grayscale: #737373. Windows color (decimal): -3849823 or 10568133. OLE color: 10568133.
HSL color Cylindrical-coordinate representation of color #C541A1: hue angle of 316.36º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C541A1 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 161 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.23 |
| HSL | 316.36º | 0.53% | 0.51% | - |
| HSV(B) | 316.36º | 0.67% | 0.77% | - |
| XYZ | 31.35 | 18.22 | 35.58 | - |
| YUV | 115.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 161 | 0 | 0.67 | 0.18 | 0.23 | 316.36 | 0.53 | 0.51 |
| Hex | C5 | 41 | A1 | 0 | 43 | 12 | 17 | 13C | 35 | 33 |
| Octal | 305 | 101 | 241 | 0 | 103 | 22 | 27 | 474 | 65 | 63 |
| Binary | 11000101 | 1000001 | 10100001 | 0 | 1000011 | 10010 | 10111 | 100111100 | 110101 | 110011 |
Color Harmonies of #C541A1
Complementary color
Monochromatic Colors of #C541A1
Black with #C541A1
Text Example
Text Example
White with #C541A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C541A1; }
p { color: rgb(197,65,161); }
H1.HeaderClassName
{
color: #C541A1;
}
.AnyTagClassName
{
color: #C541A1;
}
</style>
background-color css
<style>
a { background-color: #C541A1; }
a { background-color: rgb(197,65,161); }
div.DivClassName
{
background-color: #C541A1;
}
.BgClassName
{
background-color: #C541A1;
}
</style>
border-color css
<style>
span { border-color: #C541A1; }
span { border-color: rgb(197,65,161); }
td.TdClassName
{
border-color: #C541A1;
}
.TagClassName
{
border-color: #C541A1;
}
</style>