Shades of Mulberry #C053A0
Tints of Mulberry #C053A0
RGB
CMYK
RGB Variations
Color information
#C053A0 (or 0xC053A0) is known color: Mulberry. HEX triplet: C0, 53 and A0. RGB value is (192,83,160). Sum of RGB (Red+Green+Blue) = 192+83+160=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C053A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C053A0 is #3FAC5F. Grayscale: #7C7C7C. Windows color (decimal): -4172896 or 10507200. OLE color: 10507200.
HSL color Cylindrical-coordinate representation of color #C053A0: hue angle of 317.61º 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 #C053A0 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 160 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.25 |
| HSL | 317.61º | 0.46% | 0.54% | - |
| HSV(B) | 317.61º | 0.57% | 0.75% | - |
| XYZ | 31.18 | 19.93 | 35.46 | - |
| YUV | 124.37 | 148.11 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 160 | 0 | 0.57 | 0.17 | 0.25 | 317.61 | 0.46 | 0.54 |
| Hex | C0 | 53 | A0 | 0 | 39 | 11 | 19 | 13E | 2E | 36 |
| Octal | 300 | 123 | 240 | 0 | 71 | 21 | 31 | 476 | 56 | 66 |
| Binary | 11000000 | 1010011 | 10100000 | 0 | 111001 | 10001 | 11001 | 100111110 | 101110 | 110110 |
Color Harmonies of #C053A0
Complementary color
Monochromatic Colors of #C053A0
Black with #C053A0
Text Example
Text Example
White with #C053A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053A0; }
p { color: rgb(192,83,160); }
H1.HeaderClassName
{
color: #C053A0;
}
.AnyTagClassName
{
color: #C053A0;
}
</style>
background-color css
<style>
a { background-color: #C053A0; }
a { background-color: rgb(192,83,160); }
div.DivClassName
{
background-color: #C053A0;
}
.BgClassName
{
background-color: #C053A0;
}
</style>
border-color css
<style>
span { border-color: #C053A0; }
span { border-color: rgb(192,83,160); }
td.TdClassName
{
border-color: #C053A0;
}
.TagClassName
{
border-color: #C053A0;
}
</style>