Shades of Mulberry #C0579E
Tints of Mulberry #C0579E
RGB
CMYK
RGB Variations
Color information
#C0579E (or 0xC0579E) is known color: Mulberry. HEX triplet: C0, 57 and 9E. RGB value is (192,87,158). Sum of RGB (Red+Green+Blue) = 192+87+158=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0579E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0579E is #3FA861. Grayscale: #7E7E7E. Windows color (decimal): -4171874 or 10377152. OLE color: 10377152.
HSL color Cylindrical-coordinate representation of color #C0579E: hue angle of 319.43º 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 #C0579E is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 158 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.25 |
| HSL | 319.43º | 0.45% | 0.55% | - |
| HSV(B) | 319.43º | 0.55% | 0.75% | - |
| XYZ | 31.32 | 20.49 | 34.65 | - |
| YUV | 126.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 158 | 0 | 0.55 | 0.18 | 0.25 | 319.43 | 0.45 | 0.55 |
| Hex | C0 | 57 | 9E | 0 | 37 | 12 | 19 | 13F | 2D | 37 |
| Octal | 300 | 127 | 236 | 0 | 67 | 22 | 31 | 477 | 55 | 67 |
| Binary | 11000000 | 1010111 | 10011110 | 0 | 110111 | 10010 | 11001 | 100111111 | 101101 | 110111 |
Color Harmonies of #C0579E
Complementary color
Monochromatic Colors of #C0579E
Black with #C0579E
Text Example
Text Example
White with #C0579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0579E; }
p { color: rgb(192,87,158); }
H1.HeaderClassName
{
color: #C0579E;
}
.AnyTagClassName
{
color: #C0579E;
}
</style>
background-color css
<style>
a { background-color: #C0579E; }
a { background-color: rgb(192,87,158); }
div.DivClassName
{
background-color: #C0579E;
}
.BgClassName
{
background-color: #C0579E;
}
</style>
border-color css
<style>
span { border-color: #C0579E; }
span { border-color: rgb(192,87,158); }
td.TdClassName
{
border-color: #C0579E;
}
.TagClassName
{
border-color: #C0579E;
}
</style>