Shades of Mulberry #C5559C
Tints of Mulberry #C5559C
RGB
CMYK
RGB Variations
Color information
#C5559C (or 0xC5559C) is known color: Mulberry. HEX triplet: C5, 55 and 9C. RGB value is (197,85,156). Sum of RGB (Red+Green+Blue) = 197+85+156=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5559C is #3AAA63. Grayscale: #7E7E7E. Windows color (decimal): -3844708 or 10245573. OLE color: 10245573.
HSL color Cylindrical-coordinate representation of color #C5559C: hue angle of 321.96º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5559C is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 156 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.23 |
| HSL | 321.96º | 0.49% | 0.55% | - |
| HSV(B) | 321.96º | 0.57% | 0.77% | - |
| XYZ | 32.28 | 20.77 | 33.76 | - |
| YUV | 126.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 156 | 0 | 0.57 | 0.21 | 0.23 | 321.96 | 0.49 | 0.55 |
| Hex | C5 | 55 | 9C | 0 | 39 | 15 | 17 | 142 | 31 | 37 |
| Octal | 305 | 125 | 234 | 0 | 71 | 25 | 27 | 502 | 61 | 67 |
| Binary | 11000101 | 1010101 | 10011100 | 0 | 111001 | 10101 | 10111 | 101000010 | 110001 | 110111 |
Color Harmonies of #C5559C
Complementary color
Monochromatic Colors of #C5559C
Black with #C5559C
Text Example
Text Example
White with #C5559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5559C; }
p { color: rgb(197,85,156); }
H1.HeaderClassName
{
color: #C5559C;
}
.AnyTagClassName
{
color: #C5559C;
}
</style>
background-color css
<style>
a { background-color: #C5559C; }
a { background-color: rgb(197,85,156); }
div.DivClassName
{
background-color: #C5559C;
}
.BgClassName
{
background-color: #C5559C;
}
</style>
border-color css
<style>
span { border-color: #C5559C; }
span { border-color: rgb(197,85,156); }
td.TdClassName
{
border-color: #C5559C;
}
.TagClassName
{
border-color: #C5559C;
}
</style>