Shades of Mulberry #C0549D
Tints of Mulberry #C0549D
RGB
CMYK
RGB Variations
Color information
#C0549D (or 0xC0549D) is known color: Mulberry. HEX triplet: C0, 54 and 9D. RGB value is (192,84,157). Sum of RGB (Red+Green+Blue) = 192+84+157=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0549D is #3FAB62. Grayscale: #7C7C7C. Windows color (decimal): -4172643 or 10310848. OLE color: 10310848.
HSL color Cylindrical-coordinate representation of color #C0549D: hue angle of 319.44º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0549D is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 157 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.25 |
| HSL | 319.44º | 0.46% | 0.54% | - |
| HSV(B) | 319.44º | 0.56% | 0.75% | - |
| XYZ | 30.99 | 19.98 | 34.12 | - |
| YUV | 124.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 157 | 0 | 0.56 | 0.18 | 0.25 | 319.44 | 0.46 | 0.54 |
| Hex | C0 | 54 | 9D | 0 | 38 | 12 | 19 | 13F | 2E | 36 |
| Octal | 300 | 124 | 235 | 0 | 70 | 22 | 31 | 477 | 56 | 66 |
| Binary | 11000000 | 1010100 | 10011101 | 0 | 111000 | 10010 | 11001 | 100111111 | 101110 | 110110 |
Color Harmonies of #C0549D
Complementary color
Monochromatic Colors of #C0549D
Black with #C0549D
Text Example
Text Example
White with #C0549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0549D; }
p { color: rgb(192,84,157); }
H1.HeaderClassName
{
color: #C0549D;
}
.AnyTagClassName
{
color: #C0549D;
}
</style>
background-color css
<style>
a { background-color: #C0549D; }
a { background-color: rgb(192,84,157); }
div.DivClassName
{
background-color: #C0549D;
}
.BgClassName
{
background-color: #C0549D;
}
</style>
border-color css
<style>
span { border-color: #C0549D; }
span { border-color: rgb(192,84,157); }
td.TdClassName
{
border-color: #C0549D;
}
.TagClassName
{
border-color: #C0549D;
}
</style>