Shades of Mulberry #C0528D
Tints of Mulberry #C0528D
RGB
CMYK
RGB Variations
Color information
#C0528D (or 0xC0528D) is known color: Mulberry. HEX triplet: C0, 52 and 8D. RGB value is (192,82,141). Sum of RGB (Red+Green+Blue) = 192+82+141=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0528D is #3FAD72. Grayscale: #797979. Windows color (decimal): -4173171 or 9261760. OLE color: 9261760.
HSL color Cylindrical-coordinate representation of color #C0528D: hue angle of 327.82º degrees, saturation: 0.47, 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 #C0528D is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 141 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.25 |
| HSL | 327.82º | 0.47% | 0.54% | - |
| HSV(B) | 327.82º | 0.57% | 0.75% | - |
| XYZ | 29.56 | 19.16 | 27.34 | - |
| YUV | 121.62 | 138.94 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 141 | 0 | 0.57 | 0.27 | 0.25 | 327.82 | 0.47 | 0.54 |
| Hex | C0 | 52 | 8D | 0 | 39 | 1B | 19 | 148 | 2F | 36 |
| Octal | 300 | 122 | 215 | 0 | 71 | 33 | 31 | 510 | 57 | 66 |
| Binary | 11000000 | 1010010 | 10001101 | 0 | 111001 | 11011 | 11001 | 101001000 | 101111 | 110110 |
Color Harmonies of #C0528D
Complementary color
Monochromatic Colors of #C0528D
Black with #C0528D
Text Example
Text Example
White with #C0528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0528D; }
p { color: rgb(192,82,141); }
H1.HeaderClassName
{
color: #C0528D;
}
.AnyTagClassName
{
color: #C0528D;
}
</style>
background-color css
<style>
a { background-color: #C0528D; }
a { background-color: rgb(192,82,141); }
div.DivClassName
{
background-color: #C0528D;
}
.BgClassName
{
background-color: #C0528D;
}
</style>
border-color css
<style>
span { border-color: #C0528D; }
span { border-color: rgb(192,82,141); }
td.TdClassName
{
border-color: #C0528D;
}
.TagClassName
{
border-color: #C0528D;
}
</style>