Shades of Mulberry #C050A6
Tints of Mulberry #C050A6
RGB
CMYK
RGB Variations
Color information
#C050A6 (or 0xC050A6) is known color: Mulberry. HEX triplet: C0, 50 and A6. RGB value is (192,80,166). Sum of RGB (Red+Green+Blue) = 192+80+166=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C050A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C050A6 is #3FAF59. Grayscale: #7B7B7B. Windows color (decimal): -4173658 or 10899648. OLE color: 10899648.
HSL color Cylindrical-coordinate representation of color #C050A6: hue angle of 313.93º 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 #C050A6 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 166 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.25 |
| HSL | 313.93º | 0.47% | 0.53% | - |
| HSV(B) | 313.93º | 0.58% | 0.75% | - |
| XYZ | 31.49 | 19.7 | 38.22 | - |
| YUV | 123.29 | 152.11 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 166 | 0 | 0.58 | 0.14 | 0.25 | 313.93 | 0.47 | 0.53 |
| Hex | C0 | 50 | A6 | 0 | 3A | E | 19 | 13A | 2F | 35 |
| Octal | 300 | 120 | 246 | 0 | 72 | 16 | 31 | 472 | 57 | 65 |
| Binary | 11000000 | 1010000 | 10100110 | 0 | 111010 | 1110 | 11001 | 100111010 | 101111 | 110101 |
Color Harmonies of #C050A6
Complementary color
Monochromatic Colors of #C050A6
Black with #C050A6
Text Example
Text Example
White with #C050A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050A6; }
p { color: rgb(192,80,166); }
H1.HeaderClassName
{
color: #C050A6;
}
.AnyTagClassName
{
color: #C050A6;
}
</style>
background-color css
<style>
a { background-color: #C050A6; }
a { background-color: rgb(192,80,166); }
div.DivClassName
{
background-color: #C050A6;
}
.BgClassName
{
background-color: #C050A6;
}
</style>
border-color css
<style>
span { border-color: #C050A6; }
span { border-color: rgb(192,80,166); }
td.TdClassName
{
border-color: #C050A6;
}
.TagClassName
{
border-color: #C050A6;
}
</style>