Shades of Mulberry #C548A4
Tints of Mulberry #C548A4
RGB
CMYK
RGB Variations
Color information
#C548A4 (or 0xC548A4) is known color: Mulberry. HEX triplet: C5, 48 and A4. RGB value is (197,72,164). Sum of RGB (Red+Green+Blue) = 197+72+164=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C548A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C548A4 is #3AB75B. Grayscale: #777777. Windows color (decimal): -3848028 or 10766533. OLE color: 10766533.
HSL color Cylindrical-coordinate representation of color #C548A4: hue angle of 315.84º 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 #C548A4 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 164 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.23 |
| HSL | 315.84º | 0.52% | 0.53% | - |
| HSV(B) | 315.84º | 0.63% | 0.77% | - |
| XYZ | 32.04 | 19.19 | 37.14 | - |
| YUV | 119.86 | 152.91 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 164 | 0 | 0.63 | 0.17 | 0.23 | 315.84 | 0.52 | 0.53 |
| Hex | C5 | 48 | A4 | 0 | 3F | 11 | 17 | 13C | 34 | 35 |
| Octal | 305 | 110 | 244 | 0 | 77 | 21 | 27 | 474 | 64 | 65 |
| Binary | 11000101 | 1001000 | 10100100 | 0 | 111111 | 10001 | 10111 | 100111100 | 110100 | 110101 |
Color Harmonies of #C548A4
Complementary color
Monochromatic Colors of #C548A4
Black with #C548A4
Text Example
Text Example
White with #C548A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C548A4; }
p { color: rgb(197,72,164); }
H1.HeaderClassName
{
color: #C548A4;
}
.AnyTagClassName
{
color: #C548A4;
}
</style>
background-color css
<style>
a { background-color: #C548A4; }
a { background-color: rgb(197,72,164); }
div.DivClassName
{
background-color: #C548A4;
}
.BgClassName
{
background-color: #C548A4;
}
</style>
border-color css
<style>
span { border-color: #C548A4; }
span { border-color: rgb(197,72,164); }
td.TdClassName
{
border-color: #C548A4;
}
.TagClassName
{
border-color: #C548A4;
}
</style>