Shades of Mulberry #C0579F
Tints of Mulberry #C0579F
RGB
CMYK
RGB Variations
Color information
#C0579F (or 0xC0579F) is known color: Mulberry. HEX triplet: C0, 57 and 9F. RGB value is (192,87,159). Sum of RGB (Red+Green+Blue) = 192+87+159=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0579F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0579F is #3FA860. Grayscale: #7E7E7E. Windows color (decimal): -4171873 or 10442688. OLE color: 10442688.
HSL color Cylindrical-coordinate representation of color #C0579F: hue angle of 318.86º 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 #C0579F is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 159 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.25 |
| HSL | 318.86º | 0.45% | 0.55% | - |
| HSV(B) | 318.86º | 0.55% | 0.75% | - |
| XYZ | 31.4 | 20.53 | 35.11 | - |
| YUV | 126.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 159 | 0 | 0.55 | 0.17 | 0.25 | 318.86 | 0.45 | 0.55 |
| Hex | C0 | 57 | 9F | 0 | 37 | 11 | 19 | 13F | 2D | 37 |
| Octal | 300 | 127 | 237 | 0 | 67 | 21 | 31 | 477 | 55 | 67 |
| Binary | 11000000 | 1010111 | 10011111 | 0 | 110111 | 10001 | 11001 | 100111111 | 101101 | 110111 |
Color Harmonies of #C0579F
Complementary color
Monochromatic Colors of #C0579F
Black with #C0579F
Text Example
Text Example
White with #C0579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0579F; }
p { color: rgb(192,87,159); }
H1.HeaderClassName
{
color: #C0579F;
}
.AnyTagClassName
{
color: #C0579F;
}
</style>
background-color css
<style>
a { background-color: #C0579F; }
a { background-color: rgb(192,87,159); }
div.DivClassName
{
background-color: #C0579F;
}
.BgClassName
{
background-color: #C0579F;
}
</style>
border-color css
<style>
span { border-color: #C0579F; }
span { border-color: rgb(192,87,159); }
td.TdClassName
{
border-color: #C0579F;
}
.TagClassName
{
border-color: #C0579F;
}
</style>