Shades of Mulberry #C0539A
Tints of Mulberry #C0539A
RGB
CMYK
RGB Variations
Color information
#C0539A (or 0xC0539A) is known color: Mulberry. HEX triplet: C0, 53 and 9A. RGB value is (192,83,154). Sum of RGB (Red+Green+Blue) = 192+83+154=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0539A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0539A is #3FAC65. Grayscale: #7B7B7B. Windows color (decimal): -4172902 or 10113984. OLE color: 10113984.
HSL color Cylindrical-coordinate representation of color #C0539A: hue angle of 320.92º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0539A is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 154 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.25 |
| HSL | 320.92º | 0.46% | 0.54% | - |
| HSV(B) | 320.92º | 0.57% | 0.75% | - |
| XYZ | 30.66 | 19.73 | 32.76 | - |
| YUV | 123.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 154 | 0 | 0.57 | 0.20 | 0.25 | 320.92 | 0.46 | 0.54 |
| Hex | C0 | 53 | 9A | 0 | 39 | 14 | 19 | 141 | 2E | 36 |
| Octal | 300 | 123 | 232 | 0 | 71 | 24 | 31 | 501 | 56 | 66 |
| Binary | 11000000 | 1010011 | 10011010 | 0 | 111001 | 10100 | 11001 | 101000001 | 101110 | 110110 |
Color Harmonies of #C0539A
Complementary color
Monochromatic Colors of #C0539A
Black with #C0539A
Text Example
Text Example
White with #C0539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0539A; }
p { color: rgb(192,83,154); }
H1.HeaderClassName
{
color: #C0539A;
}
.AnyTagClassName
{
color: #C0539A;
}
</style>
background-color css
<style>
a { background-color: #C0539A; }
a { background-color: rgb(192,83,154); }
div.DivClassName
{
background-color: #C0539A;
}
.BgClassName
{
background-color: #C0539A;
}
</style>
border-color css
<style>
span { border-color: #C0539A; }
span { border-color: rgb(192,83,154); }
td.TdClassName
{
border-color: #C0539A;
}
.TagClassName
{
border-color: #C0539A;
}
</style>