Shades of Mulberry #C052A1
Tints of Mulberry #C052A1
RGB
CMYK
RGB Variations
Color information
#C052A1 (or 0xC052A1) is known color: Mulberry. HEX triplet: C0, 52 and A1. RGB value is (192,82,161). Sum of RGB (Red+Green+Blue) = 192+82+161=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C052A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C052A1 is #3FAD5E. Grayscale: #7B7B7B. Windows color (decimal): -4173151 or 10572480. OLE color: 10572480.
HSL color Cylindrical-coordinate representation of color #C052A1: hue angle of 316.91º 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 #C052A1 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 161 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.25 |
| HSL | 316.91º | 0.47% | 0.54% | - |
| HSV(B) | 316.91º | 0.57% | 0.75% | - |
| XYZ | 31.19 | 19.81 | 35.9 | - |
| YUV | 123.9 | 148.94 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 161 | 0 | 0.57 | 0.16 | 0.25 | 316.91 | 0.47 | 0.54 |
| Hex | C0 | 52 | A1 | 0 | 39 | 10 | 19 | 13D | 2F | 36 |
| Octal | 300 | 122 | 241 | 0 | 71 | 20 | 31 | 475 | 57 | 66 |
| Binary | 11000000 | 1010010 | 10100001 | 0 | 111001 | 10000 | 11001 | 100111101 | 101111 | 110110 |
Color Harmonies of #C052A1
Complementary color
Monochromatic Colors of #C052A1
Black with #C052A1
Text Example
Text Example
White with #C052A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052A1; }
p { color: rgb(192,82,161); }
H1.HeaderClassName
{
color: #C052A1;
}
.AnyTagClassName
{
color: #C052A1;
}
</style>
background-color css
<style>
a { background-color: #C052A1; }
a { background-color: rgb(192,82,161); }
div.DivClassName
{
background-color: #C052A1;
}
.BgClassName
{
background-color: #C052A1;
}
</style>
border-color css
<style>
span { border-color: #C052A1; }
span { border-color: rgb(192,82,161); }
td.TdClassName
{
border-color: #C052A1;
}
.TagClassName
{
border-color: #C052A1;
}
</style>