Shades of Mulberry #C050A4
Tints of Mulberry #C050A4
RGB
CMYK
RGB Variations
Color information
#C050A4 (or 0xC050A4) is known color: Mulberry. HEX triplet: C0, 50 and A4. RGB value is (192,80,164). Sum of RGB (Red+Green+Blue) = 192+80+164=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C050A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C050A4 is #3FAF5B. Grayscale: #7A7A7A. Windows color (decimal): -4173660 or 10768576. OLE color: 10768576.
HSL color Cylindrical-coordinate representation of color #C050A4: hue angle of 315º 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 #C050A4 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 164 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.25 |
| HSL | 315º | 0.47% | 0.53% | - |
| HSV(B) | 315º | 0.58% | 0.75% | - |
| XYZ | 31.31 | 19.62 | 37.26 | - |
| YUV | 123.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 164 | 0 | 0.58 | 0.15 | 0.25 | 315 | 0.47 | 0.53 |
| Hex | C0 | 50 | A4 | 0 | 3A | F | 19 | 13B | 2F | 35 |
| Octal | 300 | 120 | 244 | 0 | 72 | 17 | 31 | 473 | 57 | 65 |
| Binary | 11000000 | 1010000 | 10100100 | 0 | 111010 | 1111 | 11001 | 100111011 | 101111 | 110101 |
Color Harmonies of #C050A4
Complementary color
Monochromatic Colors of #C050A4
Black with #C050A4
Text Example
Text Example
White with #C050A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050A4; }
p { color: rgb(192,80,164); }
H1.HeaderClassName
{
color: #C050A4;
}
.AnyTagClassName
{
color: #C050A4;
}
</style>
background-color css
<style>
a { background-color: #C050A4; }
a { background-color: rgb(192,80,164); }
div.DivClassName
{
background-color: #C050A4;
}
.BgClassName
{
background-color: #C050A4;
}
</style>
border-color css
<style>
span { border-color: #C050A4; }
span { border-color: rgb(192,80,164); }
td.TdClassName
{
border-color: #C050A4;
}
.TagClassName
{
border-color: #C050A4;
}
</style>