Shades of Mulberry #C0538C
Tints of Mulberry #C0538C
RGB
CMYK
RGB Variations
Color information
#C0538C (or 0xC0538C) is known color: Mulberry. HEX triplet: C0, 53 and 8C. RGB value is (192,83,140). Sum of RGB (Red+Green+Blue) = 192+83+140=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0538C is #3FAC73. Grayscale: #797979. Windows color (decimal): -4172916 or 9196480. OLE color: 9196480.
HSL color Cylindrical-coordinate representation of color #C0538C: hue angle of 328.62º 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 #C0538C is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 140 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.25 |
| HSL | 328.62º | 0.46% | 0.54% | - |
| HSV(B) | 328.62º | 0.57% | 0.75% | - |
| XYZ | 29.57 | 19.29 | 26.98 | - |
| YUV | 122.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 140 | 0 | 0.57 | 0.27 | 0.25 | 328.62 | 0.46 | 0.54 |
| Hex | C0 | 53 | 8C | 0 | 39 | 1B | 19 | 149 | 2E | 36 |
| Octal | 300 | 123 | 214 | 0 | 71 | 33 | 31 | 511 | 56 | 66 |
| Binary | 11000000 | 1010011 | 10001100 | 0 | 111001 | 11011 | 11001 | 101001001 | 101110 | 110110 |
Color Harmonies of #C0538C
Complementary color
Monochromatic Colors of #C0538C
Black with #C0538C
Text Example
Text Example
White with #C0538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0538C; }
p { color: rgb(192,83,140); }
H1.HeaderClassName
{
color: #C0538C;
}
.AnyTagClassName
{
color: #C0538C;
}
</style>
background-color css
<style>
a { background-color: #C0538C; }
a { background-color: rgb(192,83,140); }
div.DivClassName
{
background-color: #C0538C;
}
.BgClassName
{
background-color: #C0538C;
}
</style>
border-color css
<style>
span { border-color: #C0538C; }
span { border-color: rgb(192,83,140); }
td.TdClassName
{
border-color: #C0538C;
}
.TagClassName
{
border-color: #C0538C;
}
</style>