Shades of Mulberry #C54990
Tints of Mulberry #C54990
RGB
CMYK
RGB Variations
Color information
#C54990 (or 0xC54990) is known color: Mulberry. HEX triplet: C5, 49 and 90. RGB value is (197,73,144). Sum of RGB (Red+Green+Blue) = 197+73+144=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C54990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54990 is #3AB66F. Grayscale: #767676. Windows color (decimal): -3847792 or 9456069. OLE color: 9456069.
HSL color Cylindrical-coordinate representation of color #C54990: hue angle of 325.65º 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 #C54990 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 144 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.23 |
| HSL | 325.65º | 0.52% | 0.53% | - |
| HSV(B) | 325.65º | 0.63% | 0.77% | - |
| XYZ | 30.44 | 18.65 | 28.38 | - |
| YUV | 118.17 | 142.58 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 144 | 0 | 0.63 | 0.27 | 0.23 | 325.65 | 0.52 | 0.53 |
| Hex | C5 | 49 | 90 | 0 | 3F | 1B | 17 | 146 | 34 | 35 |
| Octal | 305 | 111 | 220 | 0 | 77 | 33 | 27 | 506 | 64 | 65 |
| Binary | 11000101 | 1001001 | 10010000 | 0 | 111111 | 11011 | 10111 | 101000110 | 110100 | 110101 |
Color Harmonies of #C54990
Complementary color
Monochromatic Colors of #C54990
Black with #C54990
Text Example
Text Example
White with #C54990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54990; }
p { color: rgb(197,73,144); }
H1.HeaderClassName
{
color: #C54990;
}
.AnyTagClassName
{
color: #C54990;
}
</style>
background-color css
<style>
a { background-color: #C54990; }
a { background-color: rgb(197,73,144); }
div.DivClassName
{
background-color: #C54990;
}
.BgClassName
{
background-color: #C54990;
}
</style>
border-color css
<style>
span { border-color: #C54990; }
span { border-color: rgb(197,73,144); }
td.TdClassName
{
border-color: #C54990;
}
.TagClassName
{
border-color: #C54990;
}
</style>