Shades of Mulberry #C5529F
Tints of Mulberry #C5529F
RGB
CMYK
RGB Variations
Color information
#C5529F (or 0xC5529F) is known color: Mulberry. HEX triplet: C5, 52 and 9F. RGB value is (197,82,159). Sum of RGB (Red+Green+Blue) = 197+82+159=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5529F is #3AAD60. Grayscale: #7C7C7C. Windows color (decimal): -3845473 or 10441413. OLE color: 10441413.
HSL color Cylindrical-coordinate representation of color #C5529F: hue angle of 319.83º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5529F is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 159 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.23 |
| HSL | 319.83º | 0.5% | 0.55% | - |
| HSV(B) | 319.83º | 0.58% | 0.77% | - |
| XYZ | 32.3 | 20.41 | 35.04 | - |
| YUV | 125.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 159 | 0 | 0.58 | 0.19 | 0.23 | 319.83 | 0.5 | 0.55 |
| Hex | C5 | 52 | 9F | 0 | 3A | 13 | 17 | 140 | 32 | 37 |
| Octal | 305 | 122 | 237 | 0 | 72 | 23 | 27 | 500 | 62 | 67 |
| Binary | 11000101 | 1010010 | 10011111 | 0 | 111010 | 10011 | 10111 | 101000000 | 110010 | 110111 |
Color Harmonies of #C5529F
Complementary color
Monochromatic Colors of #C5529F
Black with #C5529F
Text Example
Text Example
White with #C5529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5529F; }
p { color: rgb(197,82,159); }
H1.HeaderClassName
{
color: #C5529F;
}
.AnyTagClassName
{
color: #C5529F;
}
</style>
background-color css
<style>
a { background-color: #C5529F; }
a { background-color: rgb(197,82,159); }
div.DivClassName
{
background-color: #C5529F;
}
.BgClassName
{
background-color: #C5529F;
}
</style>
border-color css
<style>
span { border-color: #C5529F; }
span { border-color: rgb(197,82,159); }
td.TdClassName
{
border-color: #C5529F;
}
.TagClassName
{
border-color: #C5529F;
}
</style>