Shades of Mulberry #C54D87
Tints of Mulberry #C54D87
RGB
CMYK
RGB Variations
Color information
#C54D87 (or 0xC54D87) is known color: Mulberry. HEX triplet: C5, 4D and 87. RGB value is (197,77,135). Sum of RGB (Red+Green+Blue) = 197+77+135=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54D87 is #3AB278. Grayscale: #777777. Windows color (decimal): -3846777 or 8867269. OLE color: 8867269.
HSL color Cylindrical-coordinate representation of color #C54D87: hue angle of 331º 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 #C54D87 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 135 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.23 |
| HSL | 331º | 0.51% | 0.54% | - |
| HSV(B) | 331º | 0.61% | 0.77% | - |
| XYZ | 30.05 | 18.93 | 24.99 | - |
| YUV | 119.49 | 136.76 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 135 | 0 | 0.61 | 0.31 | 0.23 | 331 | 0.51 | 0.54 |
| Hex | C5 | 4D | 87 | 0 | 3D | 1F | 17 | 14B | 33 | 36 |
| Octal | 305 | 115 | 207 | 0 | 75 | 37 | 27 | 513 | 63 | 66 |
| Binary | 11000101 | 1001101 | 10000111 | 0 | 111101 | 11111 | 10111 | 101001011 | 110011 | 110110 |
Color Harmonies of #C54D87
Complementary color
Monochromatic Colors of #C54D87
Black with #C54D87
Text Example
Text Example
White with #C54D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54D87; }
p { color: rgb(197,77,135); }
H1.HeaderClassName
{
color: #C54D87;
}
.AnyTagClassName
{
color: #C54D87;
}
</style>
background-color css
<style>
a { background-color: #C54D87; }
a { background-color: rgb(197,77,135); }
div.DivClassName
{
background-color: #C54D87;
}
.BgClassName
{
background-color: #C54D87;
}
</style>
border-color css
<style>
span { border-color: #C54D87; }
span { border-color: rgb(197,77,135); }
td.TdClassName
{
border-color: #C54D87;
}
.TagClassName
{
border-color: #C54D87;
}
</style>