Shades of Mulberry #C54688
Tints of Mulberry #C54688
RGB
CMYK
RGB Variations
Color information
#C54688 (or 0xC54688) is known color: Mulberry. HEX triplet: C5, 46 and 88. RGB value is (197,70,136). Sum of RGB (Red+Green+Blue) = 197+70+136=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C54688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54688 is #3AB977. Grayscale: #737373. Windows color (decimal): -3848568 or 8931013. OLE color: 8931013.
HSL color Cylindrical-coordinate representation of color #C54688: hue angle of 328.82º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54688 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 136 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.23 |
| HSL | 328.82º | 0.52% | 0.52% | - |
| HSV(B) | 328.82º | 0.64% | 0.77% | - |
| XYZ | 29.66 | 18.03 | 25.21 | - |
| YUV | 115.5 | 139.58 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 136 | 0 | 0.64 | 0.31 | 0.23 | 328.82 | 0.52 | 0.52 |
| Hex | C5 | 46 | 88 | 0 | 40 | 1F | 17 | 149 | 34 | 34 |
| Octal | 305 | 106 | 210 | 0 | 100 | 37 | 27 | 511 | 64 | 64 |
| Binary | 11000101 | 1000110 | 10001000 | 0 | 1000000 | 11111 | 10111 | 101001001 | 110100 | 110100 |
Color Harmonies of #C54688
Complementary color
Monochromatic Colors of #C54688
Black with #C54688
Text Example
Text Example
White with #C54688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54688; }
p { color: rgb(197,70,136); }
H1.HeaderClassName
{
color: #C54688;
}
.AnyTagClassName
{
color: #C54688;
}
</style>
background-color css
<style>
a { background-color: #C54688; }
a { background-color: rgb(197,70,136); }
div.DivClassName
{
background-color: #C54688;
}
.BgClassName
{
background-color: #C54688;
}
</style>
border-color css
<style>
span { border-color: #C54688; }
span { border-color: rgb(197,70,136); }
td.TdClassName
{
border-color: #C54688;
}
.TagClassName
{
border-color: #C54688;
}
</style>