Shades of Mulberry #C54D9E
Tints of Mulberry #C54D9E
RGB
CMYK
RGB Variations
Color information
#C54D9E (or 0xC54D9E) is known color: Mulberry. HEX triplet: C5, 4D and 9E. RGB value is (197,77,158). Sum of RGB (Red+Green+Blue) = 197+77+158=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54D9E is #3AB261. Grayscale: #797979. Windows color (decimal): -3846754 or 10374597. OLE color: 10374597.
HSL color Cylindrical-coordinate representation of color #C54D9E: hue angle of 319.5º 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 #C54D9E is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 158 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.23 |
| HSL | 319.5º | 0.51% | 0.54% | - |
| HSV(B) | 319.5º | 0.61% | 0.77% | - |
| XYZ | 31.85 | 19.65 | 34.46 | - |
| YUV | 122.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 158 | 0 | 0.61 | 0.20 | 0.23 | 319.5 | 0.51 | 0.54 |
| Hex | C5 | 4D | 9E | 0 | 3D | 14 | 17 | 140 | 33 | 36 |
| Octal | 305 | 115 | 236 | 0 | 75 | 24 | 27 | 500 | 63 | 66 |
| Binary | 11000101 | 1001101 | 10011110 | 0 | 111101 | 10100 | 10111 | 101000000 | 110011 | 110110 |
Color Harmonies of #C54D9E
Complementary color
Monochromatic Colors of #C54D9E
Black with #C54D9E
Text Example
Text Example
White with #C54D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54D9E; }
p { color: rgb(197,77,158); }
H1.HeaderClassName
{
color: #C54D9E;
}
.AnyTagClassName
{
color: #C54D9E;
}
</style>
background-color css
<style>
a { background-color: #C54D9E; }
a { background-color: rgb(197,77,158); }
div.DivClassName
{
background-color: #C54D9E;
}
.BgClassName
{
background-color: #C54D9E;
}
</style>
border-color css
<style>
span { border-color: #C54D9E; }
span { border-color: rgb(197,77,158); }
td.TdClassName
{
border-color: #C54D9E;
}
.TagClassName
{
border-color: #C54D9E;
}
</style>