Shades of Mulberry #C54E84
Tints of Mulberry #C54E84
RGB
CMYK
RGB Variations
Color information
#C54E84 (or 0xC54E84) is known color: Mulberry. HEX triplet: C5, 4E and 84. RGB value is (197,78,132). Sum of RGB (Red+Green+Blue) = 197+78+132=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54E84 is #3AB17B. Grayscale: #777777. Windows color (decimal): -3846524 or 8670917. OLE color: 8670917.
HSL color Cylindrical-coordinate representation of color #C54E84: hue angle of 332.77º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C54E84 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 132 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.23 |
| HSL | 332.77º | 0.51% | 0.54% | - |
| HSV(B) | 332.77º | 0.6% | 0.77% | - |
| XYZ | 29.92 | 18.99 | 23.92 | - |
| YUV | 119.74 | 134.92 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 132 | 0 | 0.60 | 0.33 | 0.23 | 332.77 | 0.51 | 0.54 |
| Hex | C5 | 4E | 84 | 0 | 3C | 21 | 17 | 14D | 33 | 36 |
| Octal | 305 | 116 | 204 | 0 | 74 | 41 | 27 | 515 | 63 | 66 |
| Binary | 11000101 | 1001110 | 10000100 | 0 | 111100 | 100001 | 10111 | 101001101 | 110011 | 110110 |
Color Harmonies of #C54E84
Complementary color
Monochromatic Colors of #C54E84
Black with #C54E84
Text Example
Text Example
White with #C54E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54E84; }
p { color: rgb(197,78,132); }
H1.HeaderClassName
{
color: #C54E84;
}
.AnyTagClassName
{
color: #C54E84;
}
</style>
background-color css
<style>
a { background-color: #C54E84; }
a { background-color: rgb(197,78,132); }
div.DivClassName
{
background-color: #C54E84;
}
.BgClassName
{
background-color: #C54E84;
}
</style>
border-color css
<style>
span { border-color: #C54E84; }
span { border-color: rgb(197,78,132); }
td.TdClassName
{
border-color: #C54E84;
}
.TagClassName
{
border-color: #C54E84;
}
</style>