Shades of Mulberry #C548A0
Tints of Mulberry #C548A0
RGB
CMYK
RGB Variations
Color information
#C548A0 (or 0xC548A0) is known color: Mulberry. HEX triplet: C5, 48 and A0. RGB value is (197,72,160). Sum of RGB (Red+Green+Blue) = 197+72+160=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C548A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C548A0 is #3AB75F. Grayscale: #777777. Windows color (decimal): -3848032 or 10504389. OLE color: 10504389.
HSL color Cylindrical-coordinate representation of color #C548A0: hue angle of 317.76º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C548A0 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 160 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.23 |
| HSL | 317.76º | 0.52% | 0.53% | - |
| HSV(B) | 317.76º | 0.63% | 0.77% | - |
| XYZ | 31.69 | 19.04 | 35.26 | - |
| YUV | 119.41 | 150.91 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 160 | 0 | 0.63 | 0.19 | 0.23 | 317.76 | 0.52 | 0.53 |
| Hex | C5 | 48 | A0 | 0 | 3F | 13 | 17 | 13E | 34 | 35 |
| Octal | 305 | 110 | 240 | 0 | 77 | 23 | 27 | 476 | 64 | 65 |
| Binary | 11000101 | 1001000 | 10100000 | 0 | 111111 | 10011 | 10111 | 100111110 | 110100 | 110101 |
Color Harmonies of #C548A0
Complementary color
Monochromatic Colors of #C548A0
Black with #C548A0
Text Example
Text Example
White with #C548A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C548A0; }
p { color: rgb(197,72,160); }
H1.HeaderClassName
{
color: #C548A0;
}
.AnyTagClassName
{
color: #C548A0;
}
</style>
background-color css
<style>
a { background-color: #C548A0; }
a { background-color: rgb(197,72,160); }
div.DivClassName
{
background-color: #C548A0;
}
.BgClassName
{
background-color: #C548A0;
}
</style>
border-color css
<style>
span { border-color: #C548A0; }
span { border-color: rgb(197,72,160); }
td.TdClassName
{
border-color: #C548A0;
}
.TagClassName
{
border-color: #C548A0;
}
</style>