Shades of Mulberry #C0579C
Tints of Mulberry #C0579C
RGB
CMYK
RGB Variations
Color information
#C0579C (or 0xC0579C) is known color: Mulberry. HEX triplet: C0, 57 and 9C. RGB value is (192,87,156). Sum of RGB (Red+Green+Blue) = 192+87+156=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0579C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0579C is #3FA863. Grayscale: #7E7E7E. Windows color (decimal): -4171876 or 10246080. OLE color: 10246080.
HSL color Cylindrical-coordinate representation of color #C0579C: hue angle of 320.57º 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 #C0579C is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 156 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.25 |
| HSL | 320.57º | 0.45% | 0.55% | - |
| HSV(B) | 320.57º | 0.55% | 0.75% | - |
| XYZ | 31.15 | 20.42 | 33.75 | - |
| YUV | 126.26 | 144.79 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 156 | 0 | 0.55 | 0.19 | 0.25 | 320.57 | 0.45 | 0.55 |
| Hex | C0 | 57 | 9C | 0 | 37 | 13 | 19 | 141 | 2D | 37 |
| Octal | 300 | 127 | 234 | 0 | 67 | 23 | 31 | 501 | 55 | 67 |
| Binary | 11000000 | 1010111 | 10011100 | 0 | 110111 | 10011 | 11001 | 101000001 | 101101 | 110111 |
Color Harmonies of #C0579C
Complementary color
Monochromatic Colors of #C0579C
Black with #C0579C
Text Example
Text Example
White with #C0579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0579C; }
p { color: rgb(192,87,156); }
H1.HeaderClassName
{
color: #C0579C;
}
.AnyTagClassName
{
color: #C0579C;
}
</style>
background-color css
<style>
a { background-color: #C0579C; }
a { background-color: rgb(192,87,156); }
div.DivClassName
{
background-color: #C0579C;
}
.BgClassName
{
background-color: #C0579C;
}
</style>
border-color css
<style>
span { border-color: #C0579C; }
span { border-color: rgb(192,87,156); }
td.TdClassName
{
border-color: #C0579C;
}
.TagClassName
{
border-color: #C0579C;
}
</style>