Shades of Mulberry #C54998
Tints of Mulberry #C54998
RGB
CMYK
RGB Variations
Color information
#C54998 (or 0xC54998) is known color: Mulberry. HEX triplet: C5, 49 and 98. RGB value is (197,73,152). Sum of RGB (Red+Green+Blue) = 197+73+152=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C54998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54998 is #3AB667. Grayscale: #767676. Windows color (decimal): -3847784 or 9980357. OLE color: 9980357.
HSL color Cylindrical-coordinate representation of color #C54998: hue angle of 321.77º 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 #C54998 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 152 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.23 |
| HSL | 321.77º | 0.52% | 0.53% | - |
| HSV(B) | 321.77º | 0.63% | 0.77% | - |
| XYZ | 31.08 | 18.9 | 31.72 | - |
| YUV | 119.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 152 | 0 | 0.63 | 0.23 | 0.23 | 321.77 | 0.52 | 0.53 |
| Hex | C5 | 49 | 98 | 0 | 3F | 17 | 17 | 142 | 34 | 35 |
| Octal | 305 | 111 | 230 | 0 | 77 | 27 | 27 | 502 | 64 | 65 |
| Binary | 11000101 | 1001001 | 10011000 | 0 | 111111 | 10111 | 10111 | 101000010 | 110100 | 110101 |
Color Harmonies of #C54998
Complementary color
Monochromatic Colors of #C54998
Black with #C54998
Text Example
Text Example
White with #C54998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54998; }
p { color: rgb(197,73,152); }
H1.HeaderClassName
{
color: #C54998;
}
.AnyTagClassName
{
color: #C54998;
}
</style>
background-color css
<style>
a { background-color: #C54998; }
a { background-color: rgb(197,73,152); }
div.DivClassName
{
background-color: #C54998;
}
.BgClassName
{
background-color: #C54998;
}
</style>
border-color css
<style>
span { border-color: #C54998; }
span { border-color: rgb(197,73,152); }
td.TdClassName
{
border-color: #C54998;
}
.TagClassName
{
border-color: #C54998;
}
</style>