Shades of Mulberry #C058A2
Tints of Mulberry #C058A2
RGB
CMYK
RGB Variations
Color information
#C058A2 (or 0xC058A2) is known color: Mulberry. HEX triplet: C0, 58 and A2. RGB value is (192,88,162). Sum of RGB (Red+Green+Blue) = 192+88+162=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C058A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C058A2 is #3FA75D. Grayscale: #7F7F7F. Windows color (decimal): -4171614 or 10639552. OLE color: 10639552.
HSL color Cylindrical-coordinate representation of color #C058A2: hue angle of 317.31º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C058A2 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 162 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.25 |
| HSL | 317.31º | 0.45% | 0.55% | - |
| HSV(B) | 317.31º | 0.54% | 0.75% | - |
| XYZ | 31.75 | 20.79 | 36.52 | - |
| YUV | 127.53 | 147.46 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 162 | 0 | 0.54 | 0.16 | 0.25 | 317.31 | 0.45 | 0.55 |
| Hex | C0 | 58 | A2 | 0 | 36 | 10 | 19 | 13D | 2D | 37 |
| Octal | 300 | 130 | 242 | 0 | 66 | 20 | 31 | 475 | 55 | 67 |
| Binary | 11000000 | 1011000 | 10100010 | 0 | 110110 | 10000 | 11001 | 100111101 | 101101 | 110111 |
Color Harmonies of #C058A2
Complementary color
Monochromatic Colors of #C058A2
Black with #C058A2
Text Example
Text Example
White with #C058A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C058A2; }
p { color: rgb(192,88,162); }
H1.HeaderClassName
{
color: #C058A2;
}
.AnyTagClassName
{
color: #C058A2;
}
</style>
background-color css
<style>
a { background-color: #C058A2; }
a { background-color: rgb(192,88,162); }
div.DivClassName
{
background-color: #C058A2;
}
.BgClassName
{
background-color: #C058A2;
}
</style>
border-color css
<style>
span { border-color: #C058A2; }
span { border-color: rgb(192,88,162); }
td.TdClassName
{
border-color: #C058A2;
}
.TagClassName
{
border-color: #C058A2;
}
</style>