Shades of Mulberry #C541A2
Tints of Mulberry #C541A2
RGB
CMYK
RGB Variations
Color information
#C541A2 (or 0xC541A2) is known color: Mulberry. HEX triplet: C5, 41 and A2. RGB value is (197,65,162). Sum of RGB (Red+Green+Blue) = 197+65+162=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C541A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C541A2 is #3ABE5D. Grayscale: #737373. Windows color (decimal): -3849822 or 10633669. OLE color: 10633669.
HSL color Cylindrical-coordinate representation of color #C541A2: hue angle of 315.91º 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 #C541A2 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 162 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.23 |
| HSL | 315.91º | 0.53% | 0.51% | - |
| HSV(B) | 315.91º | 0.67% | 0.77% | - |
| XYZ | 31.44 | 18.26 | 36.05 | - |
| YUV | 115.53 | 154.23 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 162 | 0 | 0.67 | 0.18 | 0.23 | 315.91 | 0.53 | 0.51 |
| Hex | C5 | 41 | A2 | 0 | 43 | 12 | 17 | 13C | 35 | 33 |
| Octal | 305 | 101 | 242 | 0 | 103 | 22 | 27 | 474 | 65 | 63 |
| Binary | 11000101 | 1000001 | 10100010 | 0 | 1000011 | 10010 | 10111 | 100111100 | 110101 | 110011 |
Color Harmonies of #C541A2
Complementary color
Monochromatic Colors of #C541A2
Black with #C541A2
Text Example
Text Example
White with #C541A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C541A2; }
p { color: rgb(197,65,162); }
H1.HeaderClassName
{
color: #C541A2;
}
.AnyTagClassName
{
color: #C541A2;
}
</style>
background-color css
<style>
a { background-color: #C541A2; }
a { background-color: rgb(197,65,162); }
div.DivClassName
{
background-color: #C541A2;
}
.BgClassName
{
background-color: #C541A2;
}
</style>
border-color css
<style>
span { border-color: #C541A2; }
span { border-color: rgb(197,65,162); }
td.TdClassName
{
border-color: #C541A2;
}
.TagClassName
{
border-color: #C541A2;
}
</style>