Shades of Mulberry #C545A1
Tints of Mulberry #C545A1
RGB
CMYK
RGB Variations
Color information
#C545A1 (or 0xC545A1) is known color: Mulberry. HEX triplet: C5, 45 and A1. RGB value is (197,69,161). Sum of RGB (Red+Green+Blue) = 197+69+161=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C545A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C545A1 is #3ABA5E. Grayscale: #757575. Windows color (decimal): -3848799 or 10569157. OLE color: 10569157.
HSL color Cylindrical-coordinate representation of color #C545A1: hue angle of 316.88º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C545A1 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 161 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.23 |
| HSL | 316.88º | 0.52% | 0.52% | - |
| HSV(B) | 316.88º | 0.65% | 0.77% | - |
| XYZ | 31.59 | 18.7 | 35.66 | - |
| YUV | 117.76 | 152.41 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 161 | 0 | 0.65 | 0.18 | 0.23 | 316.88 | 0.52 | 0.52 |
| Hex | C5 | 45 | A1 | 0 | 41 | 12 | 17 | 13D | 34 | 34 |
| Octal | 305 | 105 | 241 | 0 | 101 | 22 | 27 | 475 | 64 | 64 |
| Binary | 11000101 | 1000101 | 10100001 | 0 | 1000001 | 10010 | 10111 | 100111101 | 110100 | 110100 |
Color Harmonies of #C545A1
Complementary color
Monochromatic Colors of #C545A1
Black with #C545A1
Text Example
Text Example
White with #C545A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545A1; }
p { color: rgb(197,69,161); }
H1.HeaderClassName
{
color: #C545A1;
}
.AnyTagClassName
{
color: #C545A1;
}
</style>
background-color css
<style>
a { background-color: #C545A1; }
a { background-color: rgb(197,69,161); }
div.DivClassName
{
background-color: #C545A1;
}
.BgClassName
{
background-color: #C545A1;
}
</style>
border-color css
<style>
span { border-color: #C545A1; }
span { border-color: rgb(197,69,161); }
td.TdClassName
{
border-color: #C545A1;
}
.TagClassName
{
border-color: #C545A1;
}
</style>