Shades of Mulberry #C0508E
Tints of Mulberry #C0508E
RGB
CMYK
RGB Variations
Color information
#C0508E (or 0xC0508E) is known color: Mulberry. HEX triplet: C0, 50 and 8E. RGB value is (192,80,142). Sum of RGB (Red+Green+Blue) = 192+80+142=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0508E is #3FAF71. Grayscale: #787878. Windows color (decimal): -4173682 or 9326784. OLE color: 9326784.
HSL color Cylindrical-coordinate representation of color #C0508E: hue angle of 326.79º 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 #C0508E is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 142 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.25 |
| HSL | 326.79º | 0.47% | 0.53% | - |
| HSV(B) | 326.79º | 0.58% | 0.75% | - |
| XYZ | 29.49 | 18.9 | 27.68 | - |
| YUV | 120.56 | 140.11 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 142 | 0 | 0.58 | 0.26 | 0.25 | 326.79 | 0.47 | 0.53 |
| Hex | C0 | 50 | 8E | 0 | 3A | 1A | 19 | 147 | 2F | 35 |
| Octal | 300 | 120 | 216 | 0 | 72 | 32 | 31 | 507 | 57 | 65 |
| Binary | 11000000 | 1010000 | 10001110 | 0 | 111010 | 11010 | 11001 | 101000111 | 101111 | 110101 |
Color Harmonies of #C0508E
Complementary color
Monochromatic Colors of #C0508E
Black with #C0508E
Text Example
Text Example
White with #C0508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0508E; }
p { color: rgb(192,80,142); }
H1.HeaderClassName
{
color: #C0508E;
}
.AnyTagClassName
{
color: #C0508E;
}
</style>
background-color css
<style>
a { background-color: #C0508E; }
a { background-color: rgb(192,80,142); }
div.DivClassName
{
background-color: #C0508E;
}
.BgClassName
{
background-color: #C0508E;
}
</style>
border-color css
<style>
span { border-color: #C0508E; }
span { border-color: rgb(192,80,142); }
td.TdClassName
{
border-color: #C0508E;
}
.TagClassName
{
border-color: #C0508E;
}
</style>