Shades of Mulberry #C050A0
Tints of Mulberry #C050A0
RGB
CMYK
RGB Variations
Color information
#C050A0 (or 0xC050A0) is known color: Mulberry. HEX triplet: C0, 50 and A0. RGB value is (192,80,160). Sum of RGB (Red+Green+Blue) = 192+80+160=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C050A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C050A0 is #3FAF5F. Grayscale: #7A7A7A. Windows color (decimal): -4173664 or 10506432. OLE color: 10506432.
HSL color Cylindrical-coordinate representation of color #C050A0: hue angle of 317.14º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C050A0 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 160 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.25 |
| HSL | 317.14º | 0.47% | 0.53% | - |
| HSV(B) | 317.14º | 0.58% | 0.75% | - |
| XYZ | 30.95 | 19.48 | 35.39 | - |
| YUV | 122.61 | 149.11 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 160 | 0 | 0.58 | 0.17 | 0.25 | 317.14 | 0.47 | 0.53 |
| Hex | C0 | 50 | A0 | 0 | 3A | 11 | 19 | 13D | 2F | 35 |
| Octal | 300 | 120 | 240 | 0 | 72 | 21 | 31 | 475 | 57 | 65 |
| Binary | 11000000 | 1010000 | 10100000 | 0 | 111010 | 10001 | 11001 | 100111101 | 101111 | 110101 |
Color Harmonies of #C050A0
Complementary color
Monochromatic Colors of #C050A0
Black with #C050A0
Text Example
Text Example
White with #C050A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050A0; }
p { color: rgb(192,80,160); }
H1.HeaderClassName
{
color: #C050A0;
}
.AnyTagClassName
{
color: #C050A0;
}
</style>
background-color css
<style>
a { background-color: #C050A0; }
a { background-color: rgb(192,80,160); }
div.DivClassName
{
background-color: #C050A0;
}
.BgClassName
{
background-color: #C050A0;
}
</style>
border-color css
<style>
span { border-color: #C050A0; }
span { border-color: rgb(192,80,160); }
td.TdClassName
{
border-color: #C050A0;
}
.TagClassName
{
border-color: #C050A0;
}
</style>