Shades of Mulberry #C54D97
Tints of Mulberry #C54D97
RGB
CMYK
RGB Variations
Color information
#C54D97 (or 0xC54D97) is known color: Mulberry. HEX triplet: C5, 4D and 97. RGB value is (197,77,151). Sum of RGB (Red+Green+Blue) = 197+77+151=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54D97 is #3AB268. Grayscale: #797979. Windows color (decimal): -3846761 or 9915845. OLE color: 9915845.
HSL color Cylindrical-coordinate representation of color #C54D97: hue angle of 323º 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 #C54D97 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 151 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.23 |
| HSL | 323º | 0.51% | 0.54% | - |
| HSV(B) | 323º | 0.61% | 0.77% | - |
| XYZ | 31.27 | 19.41 | 31.38 | - |
| YUV | 121.32 | 144.76 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 151 | 0 | 0.61 | 0.23 | 0.23 | 323 | 0.51 | 0.54 |
| Hex | C5 | 4D | 97 | 0 | 3D | 17 | 17 | 143 | 33 | 36 |
| Octal | 305 | 115 | 227 | 0 | 75 | 27 | 27 | 503 | 63 | 66 |
| Binary | 11000101 | 1001101 | 10010111 | 0 | 111101 | 10111 | 10111 | 101000011 | 110011 | 110110 |
Color Harmonies of #C54D97
Complementary color
Monochromatic Colors of #C54D97
Black with #C54D97
Text Example
Text Example
White with #C54D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54D97; }
p { color: rgb(197,77,151); }
H1.HeaderClassName
{
color: #C54D97;
}
.AnyTagClassName
{
color: #C54D97;
}
</style>
background-color css
<style>
a { background-color: #C54D97; }
a { background-color: rgb(197,77,151); }
div.DivClassName
{
background-color: #C54D97;
}
.BgClassName
{
background-color: #C54D97;
}
</style>
border-color css
<style>
span { border-color: #C54D97; }
span { border-color: rgb(197,77,151); }
td.TdClassName
{
border-color: #C54D97;
}
.TagClassName
{
border-color: #C54D97;
}
</style>