Shades of Mulberry #C54387
Tints of Mulberry #C54387
RGB
CMYK
RGB Variations
Color information
#C54387 (or 0xC54387) is known color: Mulberry. HEX triplet: C5, 43 and 87. RGB value is (197,67,135). Sum of RGB (Red+Green+Blue) = 197+67+135=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C54387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54387 is #3ABC78. Grayscale: #717171. Windows color (decimal): -3849337 or 8864709. OLE color: 8864709.
HSL color Cylindrical-coordinate representation of color #C54387: hue angle of 328.62º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54387 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 135 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.23 |
| HSL | 328.62º | 0.53% | 0.52% | - |
| HSV(B) | 328.62º | 0.66% | 0.77% | - |
| XYZ | 29.41 | 17.63 | 24.78 | - |
| YUV | 113.62 | 140.07 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 135 | 0 | 0.66 | 0.31 | 0.23 | 328.62 | 0.53 | 0.52 |
| Hex | C5 | 43 | 87 | 0 | 42 | 1F | 17 | 149 | 35 | 34 |
| Octal | 305 | 103 | 207 | 0 | 102 | 37 | 27 | 511 | 65 | 64 |
| Binary | 11000101 | 1000011 | 10000111 | 0 | 1000010 | 11111 | 10111 | 101001001 | 110101 | 110100 |
Color Harmonies of #C54387
Complementary color
Monochromatic Colors of #C54387
Black with #C54387
Text Example
Text Example
White with #C54387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54387; }
p { color: rgb(197,67,135); }
H1.HeaderClassName
{
color: #C54387;
}
.AnyTagClassName
{
color: #C54387;
}
</style>
background-color css
<style>
a { background-color: #C54387; }
a { background-color: rgb(197,67,135); }
div.DivClassName
{
background-color: #C54387;
}
.BgClassName
{
background-color: #C54387;
}
</style>
border-color css
<style>
span { border-color: #C54387; }
span { border-color: rgb(197,67,135); }
td.TdClassName
{
border-color: #C54387;
}
.TagClassName
{
border-color: #C54387;
}
</style>