Shades of Mulberry #C73AA8
Tints of Mulberry #C73AA8
RGB
CMYK
RGB Variations
Color information
#C73AA8 (or 0xC73AA8) is known color: Mulberry. HEX triplet: C7, 3A and A8. RGB value is (199,58,168). Sum of RGB (Red+Green+Blue) = 199+58+168=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C73AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73AA8 is #38C557. Grayscale: #707070. Windows color (decimal): -3720536 or 11025095. OLE color: 11025095.
HSL color Cylindrical-coordinate representation of color #C73AA8: hue angle of 313.19º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73AA8 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 168 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.22 |
| HSL | 313.19º | 0.56% | 0.5% | - |
| HSV(B) | 313.19º | 0.71% | 0.78% | - |
| XYZ | 32.13 | 18 | 38.83 | - |
| YUV | 112.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 168 | 0 | 0.71 | 0.16 | 0.22 | 313.19 | 0.56 | 0.5 |
| Hex | C7 | 3A | A8 | 0 | 47 | 10 | 16 | 139 | 38 | 32 |
| Octal | 307 | 72 | 250 | 0 | 107 | 20 | 26 | 471 | 70 | 62 |
| Binary | 11000111 | 111010 | 10101000 | 0 | 1000111 | 10000 | 10110 | 100111001 | 111000 | 110010 |
Color Harmonies of #C73AA8
Complementary color
Monochromatic Colors of #C73AA8
Black with #C73AA8
Text Example
Text Example
White with #C73AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73AA8; }
p { color: rgb(199,58,168); }
H1.HeaderClassName
{
color: #C73AA8;
}
.AnyTagClassName
{
color: #C73AA8;
}
</style>
background-color css
<style>
a { background-color: #C73AA8; }
a { background-color: rgb(199,58,168); }
div.DivClassName
{
background-color: #C73AA8;
}
.BgClassName
{
background-color: #C73AA8;
}
</style>
border-color css
<style>
span { border-color: #C73AA8; }
span { border-color: rgb(199,58,168); }
td.TdClassName
{
border-color: #C73AA8;
}
.TagClassName
{
border-color: #C73AA8;
}
</style>