Shades of Mulberry #C0508D
Tints of Mulberry #C0508D
RGB
CMYK
RGB Variations
Color information
#C0508D (or 0xC0508D) is known color: Mulberry. HEX triplet: C0, 50 and 8D. RGB value is (192,80,141). Sum of RGB (Red+Green+Blue) = 192+80+141=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0508D is #3FAF72. Grayscale: #787878. Windows color (decimal): -4173683 or 9261248. OLE color: 9261248.
HSL color Cylindrical-coordinate representation of color #C0508D: hue angle of 327.32º 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 #C0508D is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 141 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.25 |
| HSL | 327.32º | 0.47% | 0.53% | - |
| HSV(B) | 327.32º | 0.58% | 0.75% | - |
| XYZ | 29.41 | 18.87 | 27.29 | - |
| YUV | 120.44 | 139.61 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 141 | 0 | 0.58 | 0.27 | 0.25 | 327.32 | 0.47 | 0.53 |
| Hex | C0 | 50 | 8D | 0 | 3A | 1B | 19 | 147 | 2F | 35 |
| Octal | 300 | 120 | 215 | 0 | 72 | 33 | 31 | 507 | 57 | 65 |
| Binary | 11000000 | 1010000 | 10001101 | 0 | 111010 | 11011 | 11001 | 101000111 | 101111 | 110101 |
Color Harmonies of #C0508D
Complementary color
Monochromatic Colors of #C0508D
Black with #C0508D
Text Example
Text Example
White with #C0508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0508D; }
p { color: rgb(192,80,141); }
H1.HeaderClassName
{
color: #C0508D;
}
.AnyTagClassName
{
color: #C0508D;
}
</style>
background-color css
<style>
a { background-color: #C0508D; }
a { background-color: rgb(192,80,141); }
div.DivClassName
{
background-color: #C0508D;
}
.BgClassName
{
background-color: #C0508D;
}
</style>
border-color css
<style>
span { border-color: #C0508D; }
span { border-color: rgb(192,80,141); }
td.TdClassName
{
border-color: #C0508D;
}
.TagClassName
{
border-color: #C0508D;
}
</style>