Shades of Mulberry #C0519E
Tints of Mulberry #C0519E
RGB
CMYK
RGB Variations
Color information
#C0519E (or 0xC0519E) is known color: Mulberry. HEX triplet: C0, 51 and 9E. RGB value is (192,81,158). Sum of RGB (Red+Green+Blue) = 192+81+158=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0519E is #3FAE61. Grayscale: #7A7A7A. Windows color (decimal): -4173410 or 10375616. OLE color: 10375616.
HSL color Cylindrical-coordinate representation of color #C0519E: hue angle of 318.38º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0519E is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 158 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.25 |
| HSL | 318.38º | 0.47% | 0.54% | - |
| HSV(B) | 318.38º | 0.58% | 0.75% | - |
| XYZ | 30.85 | 19.56 | 34.5 | - |
| YUV | 122.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 158 | 0 | 0.58 | 0.18 | 0.25 | 318.38 | 0.47 | 0.54 |
| Hex | C0 | 51 | 9E | 0 | 3A | 12 | 19 | 13E | 2F | 36 |
| Octal | 300 | 121 | 236 | 0 | 72 | 22 | 31 | 476 | 57 | 66 |
| Binary | 11000000 | 1010001 | 10011110 | 0 | 111010 | 10010 | 11001 | 100111110 | 101111 | 110110 |
Color Harmonies of #C0519E
Complementary color
Monochromatic Colors of #C0519E
Black with #C0519E
Text Example
Text Example
White with #C0519E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0519E; }
p { color: rgb(192,81,158); }
H1.HeaderClassName
{
color: #C0519E;
}
.AnyTagClassName
{
color: #C0519E;
}
</style>
background-color css
<style>
a { background-color: #C0519E; }
a { background-color: rgb(192,81,158); }
div.DivClassName
{
background-color: #C0519E;
}
.BgClassName
{
background-color: #C0519E;
}
</style>
border-color css
<style>
span { border-color: #C0519E; }
span { border-color: rgb(192,81,158); }
td.TdClassName
{
border-color: #C0519E;
}
.TagClassName
{
border-color: #C0519E;
}
</style>