Shades of Mulberry #C0539D
Tints of Mulberry #C0539D
RGB
CMYK
RGB Variations
Color information
#C0539D (or 0xC0539D) is known color: Mulberry. HEX triplet: C0, 53 and 9D. RGB value is (192,83,157). Sum of RGB (Red+Green+Blue) = 192+83+157=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0539D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0539D is #3FAC62. Grayscale: #7B7B7B. Windows color (decimal): -4172899 or 10310592. OLE color: 10310592.
HSL color Cylindrical-coordinate representation of color #C0539D: hue angle of 319.27º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0539D is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 157 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.25 |
| HSL | 319.27º | 0.46% | 0.54% | - |
| HSV(B) | 319.27º | 0.57% | 0.75% | - |
| XYZ | 30.92 | 19.83 | 34.1 | - |
| YUV | 124.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 157 | 0 | 0.57 | 0.18 | 0.25 | 319.27 | 0.46 | 0.54 |
| Hex | C0 | 53 | 9D | 0 | 39 | 12 | 19 | 13F | 2E | 36 |
| Octal | 300 | 123 | 235 | 0 | 71 | 22 | 31 | 477 | 56 | 66 |
| Binary | 11000000 | 1010011 | 10011101 | 0 | 111001 | 10010 | 11001 | 100111111 | 101110 | 110110 |
Color Harmonies of #C0539D
Complementary color
Monochromatic Colors of #C0539D
Black with #C0539D
Text Example
Text Example
White with #C0539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0539D; }
p { color: rgb(192,83,157); }
H1.HeaderClassName
{
color: #C0539D;
}
.AnyTagClassName
{
color: #C0539D;
}
</style>
background-color css
<style>
a { background-color: #C0539D; }
a { background-color: rgb(192,83,157); }
div.DivClassName
{
background-color: #C0539D;
}
.BgClassName
{
background-color: #C0539D;
}
</style>
border-color css
<style>
span { border-color: #C0539D; }
span { border-color: rgb(192,83,157); }
td.TdClassName
{
border-color: #C0539D;
}
.TagClassName
{
border-color: #C0539D;
}
</style>