Shades of Mulberry #C54984
Tints of Mulberry #C54984
RGB
CMYK
RGB Variations
Color information
#C54984 (or 0xC54984) is known color: Mulberry. HEX triplet: C5, 49 and 84. RGB value is (197,73,132). Sum of RGB (Red+Green+Blue) = 197+73+132=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C54984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54984 is #3AB67B. Grayscale: #747474. Windows color (decimal): -3847804 or 8669637. OLE color: 8669637.
HSL color Cylindrical-coordinate representation of color #C54984: hue angle of 331.45º 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 #C54984 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 132 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.23 |
| HSL | 331.45º | 0.52% | 0.53% | - |
| HSV(B) | 331.45º | 0.63% | 0.77% | - |
| XYZ | 29.57 | 18.3 | 23.8 | - |
| YUV | 116.8 | 136.58 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 132 | 0 | 0.63 | 0.33 | 0.23 | 331.45 | 0.52 | 0.53 |
| Hex | C5 | 49 | 84 | 0 | 3F | 21 | 17 | 14B | 34 | 35 |
| Octal | 305 | 111 | 204 | 0 | 77 | 41 | 27 | 513 | 64 | 65 |
| Binary | 11000101 | 1001001 | 10000100 | 0 | 111111 | 100001 | 10111 | 101001011 | 110100 | 110101 |
Color Harmonies of #C54984
Complementary color
Monochromatic Colors of #C54984
Black with #C54984
Text Example
Text Example
White with #C54984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54984; }
p { color: rgb(197,73,132); }
H1.HeaderClassName
{
color: #C54984;
}
.AnyTagClassName
{
color: #C54984;
}
</style>
background-color css
<style>
a { background-color: #C54984; }
a { background-color: rgb(197,73,132); }
div.DivClassName
{
background-color: #C54984;
}
.BgClassName
{
background-color: #C54984;
}
</style>
border-color css
<style>
span { border-color: #C54984; }
span { border-color: rgb(197,73,132); }
td.TdClassName
{
border-color: #C54984;
}
.TagClassName
{
border-color: #C54984;
}
</style>