Shades of Mulberry #C548A7
Tints of Mulberry #C548A7
RGB
CMYK
RGB Variations
Color information
#C548A7 (or 0xC548A7) is known color: Mulberry. HEX triplet: C5, 48 and A7. RGB value is (197,72,167). Sum of RGB (Red+Green+Blue) = 197+72+167=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C548A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C548A7 is #3AB758. Grayscale: #777777. Windows color (decimal): -3848025 or 10963141. OLE color: 10963141.
HSL color Cylindrical-coordinate representation of color #C548A7: hue angle of 314.4º 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 #C548A7 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 167 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.23 |
| HSL | 314.4º | 0.52% | 0.53% | - |
| HSV(B) | 314.4º | 0.63% | 0.77% | - |
| XYZ | 32.32 | 19.3 | 38.58 | - |
| YUV | 120.21 | 154.41 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 167 | 0 | 0.63 | 0.15 | 0.23 | 314.4 | 0.52 | 0.53 |
| Hex | C5 | 48 | A7 | 0 | 3F | F | 17 | 13A | 34 | 35 |
| Octal | 305 | 110 | 247 | 0 | 77 | 17 | 27 | 472 | 64 | 65 |
| Binary | 11000101 | 1001000 | 10100111 | 0 | 111111 | 1111 | 10111 | 100111010 | 110100 | 110101 |
Color Harmonies of #C548A7
Complementary color
Monochromatic Colors of #C548A7
Black with #C548A7
Text Example
Text Example
White with #C548A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C548A7; }
p { color: rgb(197,72,167); }
H1.HeaderClassName
{
color: #C548A7;
}
.AnyTagClassName
{
color: #C548A7;
}
</style>
background-color css
<style>
a { background-color: #C548A7; }
a { background-color: rgb(197,72,167); }
div.DivClassName
{
background-color: #C548A7;
}
.BgClassName
{
background-color: #C548A7;
}
</style>
border-color css
<style>
span { border-color: #C548A7; }
span { border-color: rgb(197,72,167); }
td.TdClassName
{
border-color: #C548A7;
}
.TagClassName
{
border-color: #C548A7;
}
</style>