Shades of Mulberry #C0539B
Tints of Mulberry #C0539B
RGB
CMYK
RGB Variations
Color information
#C0539B (or 0xC0539B) is known color: Mulberry. HEX triplet: C0, 53 and 9B. RGB value is (192,83,155). Sum of RGB (Red+Green+Blue) = 192+83+155=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0539B is #3FAC64. Grayscale: #7B7B7B. Windows color (decimal): -4172901 or 10179520. OLE color: 10179520.
HSL color Cylindrical-coordinate representation of color #C0539B: hue angle of 320.37º 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 #C0539B is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 155 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.25 |
| HSL | 320.37º | 0.46% | 0.54% | - |
| HSV(B) | 320.37º | 0.57% | 0.75% | - |
| XYZ | 30.75 | 19.76 | 33.2 | - |
| YUV | 123.8 | 145.61 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 155 | 0 | 0.57 | 0.19 | 0.25 | 320.37 | 0.46 | 0.54 |
| Hex | C0 | 53 | 9B | 0 | 39 | 13 | 19 | 140 | 2E | 36 |
| Octal | 300 | 123 | 233 | 0 | 71 | 23 | 31 | 500 | 56 | 66 |
| Binary | 11000000 | 1010011 | 10011011 | 0 | 111001 | 10011 | 11001 | 101000000 | 101110 | 110110 |
Color Harmonies of #C0539B
Complementary color
Monochromatic Colors of #C0539B
Black with #C0539B
Text Example
Text Example
White with #C0539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0539B; }
p { color: rgb(192,83,155); }
H1.HeaderClassName
{
color: #C0539B;
}
.AnyTagClassName
{
color: #C0539B;
}
</style>
background-color css
<style>
a { background-color: #C0539B; }
a { background-color: rgb(192,83,155); }
div.DivClassName
{
background-color: #C0539B;
}
.BgClassName
{
background-color: #C0539B;
}
</style>
border-color css
<style>
span { border-color: #C0539B; }
span { border-color: rgb(192,83,155); }
td.TdClassName
{
border-color: #C0539B;
}
.TagClassName
{
border-color: #C0539B;
}
</style>