Shades of Mulberry #C54D89
Tints of Mulberry #C54D89
RGB
CMYK
RGB Variations
Color information
#C54D89 (or 0xC54D89) is known color: Mulberry. HEX triplet: C5, 4D and 89. RGB value is (197,77,137). Sum of RGB (Red+Green+Blue) = 197+77+137=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54D89 is #3AB276. Grayscale: #777777. Windows color (decimal): -3846775 or 8998341. OLE color: 8998341.
HSL color Cylindrical-coordinate representation of color #C54D89: hue angle of 330º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C54D89 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 137 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.23 |
| HSL | 330º | 0.51% | 0.54% | - |
| HSV(B) | 330º | 0.61% | 0.77% | - |
| XYZ | 30.2 | 18.98 | 25.74 | - |
| YUV | 119.72 | 137.76 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 137 | 0 | 0.61 | 0.30 | 0.23 | 330 | 0.51 | 0.54 |
| Hex | C5 | 4D | 89 | 0 | 3D | 1E | 17 | 14A | 33 | 36 |
| Octal | 305 | 115 | 211 | 0 | 75 | 36 | 27 | 512 | 63 | 66 |
| Binary | 11000101 | 1001101 | 10001001 | 0 | 111101 | 11110 | 10111 | 101001010 | 110011 | 110110 |
Color Harmonies of #C54D89
Complementary color
Monochromatic Colors of #C54D89
Black with #C54D89
Text Example
Text Example
White with #C54D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54D89; }
p { color: rgb(197,77,137); }
H1.HeaderClassName
{
color: #C54D89;
}
.AnyTagClassName
{
color: #C54D89;
}
</style>
background-color css
<style>
a { background-color: #C54D89; }
a { background-color: rgb(197,77,137); }
div.DivClassName
{
background-color: #C54D89;
}
.BgClassName
{
background-color: #C54D89;
}
</style>
border-color css
<style>
span { border-color: #C54D89; }
span { border-color: rgb(197,77,137); }
td.TdClassName
{
border-color: #C54D89;
}
.TagClassName
{
border-color: #C54D89;
}
</style>