Shades of Mulberry #C548A1
Tints of Mulberry #C548A1
RGB
CMYK
RGB Variations
Color information
#C548A1 (or 0xC548A1) is known color: Mulberry. HEX triplet: C5, 48 and A1. RGB value is (197,72,161). Sum of RGB (Red+Green+Blue) = 197+72+161=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C548A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C548A1 is #3AB75E. Grayscale: #777777. Windows color (decimal): -3848031 or 10569925. OLE color: 10569925.
HSL color Cylindrical-coordinate representation of color #C548A1: hue angle of 317.28º 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 #C548A1 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 161 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.23 |
| HSL | 317.28º | 0.52% | 0.53% | - |
| HSV(B) | 317.28º | 0.63% | 0.77% | - |
| XYZ | 31.78 | 19.08 | 35.73 | - |
| YUV | 119.52 | 151.41 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 161 | 0 | 0.63 | 0.18 | 0.23 | 317.28 | 0.52 | 0.53 |
| Hex | C5 | 48 | A1 | 0 | 3F | 12 | 17 | 13D | 34 | 35 |
| Octal | 305 | 110 | 241 | 0 | 77 | 22 | 27 | 475 | 64 | 65 |
| Binary | 11000101 | 1001000 | 10100001 | 0 | 111111 | 10010 | 10111 | 100111101 | 110100 | 110101 |
Color Harmonies of #C548A1
Complementary color
Monochromatic Colors of #C548A1
Black with #C548A1
Text Example
Text Example
White with #C548A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C548A1; }
p { color: rgb(197,72,161); }
H1.HeaderClassName
{
color: #C548A1;
}
.AnyTagClassName
{
color: #C548A1;
}
</style>
background-color css
<style>
a { background-color: #C548A1; }
a { background-color: rgb(197,72,161); }
div.DivClassName
{
background-color: #C548A1;
}
.BgClassName
{
background-color: #C548A1;
}
</style>
border-color css
<style>
span { border-color: #C548A1; }
span { border-color: rgb(197,72,161); }
td.TdClassName
{
border-color: #C548A1;
}
.TagClassName
{
border-color: #C548A1;
}
</style>