Shades of Mulberry #C54788
Tints of Mulberry #C54788
RGB
CMYK
RGB Variations
Color information
#C54788 (or 0xC54788) is known color: Mulberry. HEX triplet: C5, 47 and 88. RGB value is (197,71,136). Sum of RGB (Red+Green+Blue) = 197+71+136=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C54788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54788 is #3AB877. Grayscale: #737373. Windows color (decimal): -3848312 or 8931269. OLE color: 8931269.
HSL color Cylindrical-coordinate representation of color #C54788: hue angle of 329.05º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54788 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 136 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.23 |
| HSL | 329.05º | 0.52% | 0.53% | - |
| HSV(B) | 329.05º | 0.64% | 0.77% | - |
| XYZ | 29.72 | 18.15 | 25.23 | - |
| YUV | 116.08 | 139.24 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 136 | 0 | 0.64 | 0.31 | 0.23 | 329.05 | 0.52 | 0.53 |
| Hex | C5 | 47 | 88 | 0 | 40 | 1F | 17 | 149 | 34 | 35 |
| Octal | 305 | 107 | 210 | 0 | 100 | 37 | 27 | 511 | 64 | 65 |
| Binary | 11000101 | 1000111 | 10001000 | 0 | 1000000 | 11111 | 10111 | 101001001 | 110100 | 110101 |
Color Harmonies of #C54788
Complementary color
Monochromatic Colors of #C54788
Black with #C54788
Text Example
Text Example
White with #C54788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54788; }
p { color: rgb(197,71,136); }
H1.HeaderClassName
{
color: #C54788;
}
.AnyTagClassName
{
color: #C54788;
}
</style>
background-color css
<style>
a { background-color: #C54788; }
a { background-color: rgb(197,71,136); }
div.DivClassName
{
background-color: #C54788;
}
.BgClassName
{
background-color: #C54788;
}
</style>
border-color css
<style>
span { border-color: #C54788; }
span { border-color: rgb(197,71,136); }
td.TdClassName
{
border-color: #C54788;
}
.TagClassName
{
border-color: #C54788;
}
</style>