Shades of Mulberry #C54781
Tints of Mulberry #C54781
RGB
CMYK
RGB Variations
Color information
#C54781 (or 0xC54781) is known color: Mulberry. HEX triplet: C5, 47 and 81. RGB value is (197,71,129). Sum of RGB (Red+Green+Blue) = 197+71+129=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C54781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54781 is #3AB87E. Grayscale: #737373. Windows color (decimal): -3848319 or 8472517. OLE color: 8472517.
HSL color Cylindrical-coordinate representation of color #C54781: hue angle of 332.38º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54781 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 129 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.23 |
| HSL | 332.38º | 0.52% | 0.53% | - |
| HSV(B) | 332.38º | 0.64% | 0.77% | - |
| XYZ | 29.24 | 17.96 | 22.69 | - |
| YUV | 115.29 | 135.74 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 129 | 0 | 0.64 | 0.35 | 0.23 | 332.38 | 0.52 | 0.53 |
| Hex | C5 | 47 | 81 | 0 | 40 | 23 | 17 | 14C | 34 | 35 |
| Octal | 305 | 107 | 201 | 0 | 100 | 43 | 27 | 514 | 64 | 65 |
| Binary | 11000101 | 1000111 | 10000001 | 0 | 1000000 | 100011 | 10111 | 101001100 | 110100 | 110101 |
Color Harmonies of #C54781
Complementary color
Monochromatic Colors of #C54781
Black with #C54781
Text Example
Text Example
White with #C54781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54781; }
p { color: rgb(197,71,129); }
H1.HeaderClassName
{
color: #C54781;
}
.AnyTagClassName
{
color: #C54781;
}
</style>
background-color css
<style>
a { background-color: #C54781; }
a { background-color: rgb(197,71,129); }
div.DivClassName
{
background-color: #C54781;
}
.BgClassName
{
background-color: #C54781;
}
</style>
border-color css
<style>
span { border-color: #C54781; }
span { border-color: rgb(197,71,129); }
td.TdClassName
{
border-color: #C54781;
}
.TagClassName
{
border-color: #C54781;
}
</style>