Shades of Mulberry #C052A6
Tints of Mulberry #C052A6
RGB
CMYK
RGB Variations
Color information
#C052A6 (or 0xC052A6) is known color: Mulberry. HEX triplet: C0, 52 and A6. RGB value is (192,82,166). Sum of RGB (Red+Green+Blue) = 192+82+166=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C052A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C052A6 is #3FAD59. Grayscale: #7C7C7C. Windows color (decimal): -4173146 or 10900160. OLE color: 10900160.
HSL color Cylindrical-coordinate representation of color #C052A6: hue angle of 314.18º 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 #C052A6 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 166 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.25 |
| HSL | 314.18º | 0.47% | 0.54% | - |
| HSV(B) | 314.18º | 0.57% | 0.75% | - |
| XYZ | 31.64 | 19.99 | 38.27 | - |
| YUV | 124.47 | 151.44 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 166 | 0 | 0.57 | 0.14 | 0.25 | 314.18 | 0.47 | 0.54 |
| Hex | C0 | 52 | A6 | 0 | 39 | E | 19 | 13A | 2F | 36 |
| Octal | 300 | 122 | 246 | 0 | 71 | 16 | 31 | 472 | 57 | 66 |
| Binary | 11000000 | 1010010 | 10100110 | 0 | 111001 | 1110 | 11001 | 100111010 | 101111 | 110110 |
Color Harmonies of #C052A6
Complementary color
Monochromatic Colors of #C052A6
Black with #C052A6
Text Example
Text Example
White with #C052A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052A6; }
p { color: rgb(192,82,166); }
H1.HeaderClassName
{
color: #C052A6;
}
.AnyTagClassName
{
color: #C052A6;
}
</style>
background-color css
<style>
a { background-color: #C052A6; }
a { background-color: rgb(192,82,166); }
div.DivClassName
{
background-color: #C052A6;
}
.BgClassName
{
background-color: #C052A6;
}
</style>
border-color css
<style>
span { border-color: #C052A6; }
span { border-color: rgb(192,82,166); }
td.TdClassName
{
border-color: #C052A6;
}
.TagClassName
{
border-color: #C052A6;
}
</style>