Shades of Mulberry #C053A3
Tints of Mulberry #C053A3
RGB
CMYK
RGB Variations
Color information
#C053A3 (or 0xC053A3) is known color: Mulberry. HEX triplet: C0, 53 and A3. RGB value is (192,83,163). Sum of RGB (Red+Green+Blue) = 192+83+163=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C053A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C053A3 is #3FAC5C. Grayscale: #7C7C7C. Windows color (decimal): -4172893 or 10703808. OLE color: 10703808.
HSL color Cylindrical-coordinate representation of color #C053A3: hue angle of 315.96º 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 #C053A3 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 163 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.25 |
| HSL | 315.96º | 0.46% | 0.54% | - |
| HSV(B) | 315.96º | 0.57% | 0.75% | - |
| XYZ | 31.44 | 20.04 | 36.86 | - |
| YUV | 124.71 | 149.61 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 163 | 0 | 0.57 | 0.15 | 0.25 | 315.96 | 0.46 | 0.54 |
| Hex | C0 | 53 | A3 | 0 | 39 | F | 19 | 13C | 2E | 36 |
| Octal | 300 | 123 | 243 | 0 | 71 | 17 | 31 | 474 | 56 | 66 |
| Binary | 11000000 | 1010011 | 10100011 | 0 | 111001 | 1111 | 11001 | 100111100 | 101110 | 110110 |
Color Harmonies of #C053A3
Complementary color
Monochromatic Colors of #C053A3
Black with #C053A3
Text Example
Text Example
White with #C053A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053A3; }
p { color: rgb(192,83,163); }
H1.HeaderClassName
{
color: #C053A3;
}
.AnyTagClassName
{
color: #C053A3;
}
</style>
background-color css
<style>
a { background-color: #C053A3; }
a { background-color: rgb(192,83,163); }
div.DivClassName
{
background-color: #C053A3;
}
.BgClassName
{
background-color: #C053A3;
}
</style>
border-color css
<style>
span { border-color: #C053A3; }
span { border-color: rgb(192,83,163); }
td.TdClassName
{
border-color: #C053A3;
}
.TagClassName
{
border-color: #C053A3;
}
</style>