Shades of Mulberry #C54988
Tints of Mulberry #C54988
RGB
CMYK
RGB Variations
Color information
#C54988 (or 0xC54988) is known color: Mulberry. HEX triplet: C5, 49 and 88. RGB value is (197,73,136). Sum of RGB (Red+Green+Blue) = 197+73+136=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C54988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54988 is #3AB677. Grayscale: #757575. Windows color (decimal): -3847800 or 8931781. OLE color: 8931781.
HSL color Cylindrical-coordinate representation of color #C54988: hue angle of 329.52º 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 #C54988 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 136 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.23 |
| HSL | 329.52º | 0.52% | 0.53% | - |
| HSV(B) | 329.52º | 0.63% | 0.77% | - |
| XYZ | 29.85 | 18.41 | 25.27 | - |
| YUV | 117.26 | 138.58 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 136 | 0 | 0.63 | 0.31 | 0.23 | 329.52 | 0.52 | 0.53 |
| Hex | C5 | 49 | 88 | 0 | 3F | 1F | 17 | 14A | 34 | 35 |
| Octal | 305 | 111 | 210 | 0 | 77 | 37 | 27 | 512 | 64 | 65 |
| Binary | 11000101 | 1001001 | 10001000 | 0 | 111111 | 11111 | 10111 | 101001010 | 110100 | 110101 |
Color Harmonies of #C54988
Complementary color
Monochromatic Colors of #C54988
Black with #C54988
Text Example
Text Example
White with #C54988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54988; }
p { color: rgb(197,73,136); }
H1.HeaderClassName
{
color: #C54988;
}
.AnyTagClassName
{
color: #C54988;
}
</style>
background-color css
<style>
a { background-color: #C54988; }
a { background-color: rgb(197,73,136); }
div.DivClassName
{
background-color: #C54988;
}
.BgClassName
{
background-color: #C54988;
}
</style>
border-color css
<style>
span { border-color: #C54988; }
span { border-color: rgb(197,73,136); }
td.TdClassName
{
border-color: #C54988;
}
.TagClassName
{
border-color: #C54988;
}
</style>