Shades of Mulberry #C541A3
Tints of Mulberry #C541A3
RGB
CMYK
RGB Variations
Color information
#C541A3 (or 0xC541A3) is known color: Mulberry. HEX triplet: C5, 41 and A3. RGB value is (197,65,163). Sum of RGB (Red+Green+Blue) = 197+65+163=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C541A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C541A3 is #3ABE5C. Grayscale: #737373. Windows color (decimal): -3849821 or 10699205. OLE color: 10699205.
HSL color Cylindrical-coordinate representation of color #C541A3: hue angle of 315.45º 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 #C541A3 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 163 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.23 |
| HSL | 315.45º | 0.53% | 0.51% | - |
| HSV(B) | 315.45º | 0.67% | 0.77% | - |
| XYZ | 31.53 | 18.3 | 36.52 | - |
| YUV | 115.64 | 154.73 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 163 | 0 | 0.67 | 0.17 | 0.23 | 315.45 | 0.53 | 0.51 |
| Hex | C5 | 41 | A3 | 0 | 43 | 11 | 17 | 13B | 35 | 33 |
| Octal | 305 | 101 | 243 | 0 | 103 | 21 | 27 | 473 | 65 | 63 |
| Binary | 11000101 | 1000001 | 10100011 | 0 | 1000011 | 10001 | 10111 | 100111011 | 110101 | 110011 |
Color Harmonies of #C541A3
Complementary color
Monochromatic Colors of #C541A3
Black with #C541A3
Text Example
Text Example
White with #C541A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C541A3; }
p { color: rgb(197,65,163); }
H1.HeaderClassName
{
color: #C541A3;
}
.AnyTagClassName
{
color: #C541A3;
}
</style>
background-color css
<style>
a { background-color: #C541A3; }
a { background-color: rgb(197,65,163); }
div.DivClassName
{
background-color: #C541A3;
}
.BgClassName
{
background-color: #C541A3;
}
</style>
border-color css
<style>
span { border-color: #C541A3; }
span { border-color: rgb(197,65,163); }
td.TdClassName
{
border-color: #C541A3;
}
.TagClassName
{
border-color: #C541A3;
}
</style>