Shades of Mulberry #C0579D
Tints of Mulberry #C0579D
RGB
CMYK
RGB Variations
Color information
#C0579D (or 0xC0579D) is known color: Mulberry. HEX triplet: C0, 57 and 9D. RGB value is (192,87,157). Sum of RGB (Red+Green+Blue) = 192+87+157=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0579D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0579D is #3FA862. Grayscale: #7E7E7E. Windows color (decimal): -4171875 or 10311616. OLE color: 10311616.
HSL color Cylindrical-coordinate representation of color #C0579D: hue angle of 320º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0579D is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 157 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.25 |
| HSL | 320º | 0.45% | 0.55% | - |
| HSV(B) | 320º | 0.55% | 0.75% | - |
| XYZ | 31.23 | 20.46 | 34.2 | - |
| YUV | 126.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 157 | 0 | 0.55 | 0.18 | 0.25 | 320 | 0.45 | 0.55 |
| Hex | C0 | 57 | 9D | 0 | 37 | 12 | 19 | 140 | 2D | 37 |
| Octal | 300 | 127 | 235 | 0 | 67 | 22 | 31 | 500 | 55 | 67 |
| Binary | 11000000 | 1010111 | 10011101 | 0 | 110111 | 10010 | 11001 | 101000000 | 101101 | 110111 |
Color Harmonies of #C0579D
Complementary color
Monochromatic Colors of #C0579D
Black with #C0579D
Text Example
Text Example
White with #C0579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0579D; }
p { color: rgb(192,87,157); }
H1.HeaderClassName
{
color: #C0579D;
}
.AnyTagClassName
{
color: #C0579D;
}
</style>
background-color css
<style>
a { background-color: #C0579D; }
a { background-color: rgb(192,87,157); }
div.DivClassName
{
background-color: #C0579D;
}
.BgClassName
{
background-color: #C0579D;
}
</style>
border-color css
<style>
span { border-color: #C0579D; }
span { border-color: rgb(192,87,157); }
td.TdClassName
{
border-color: #C0579D;
}
.TagClassName
{
border-color: #C0579D;
}
</style>