Shades of Mulberry #C73A9A
Tints of Mulberry #C73A9A
RGB
CMYK
RGB Variations
Color information
#C73A9A (or 0xC73A9A) is known color: Mulberry. HEX triplet: C7, 3A and 9A. RGB value is (199,58,154). Sum of RGB (Red+Green+Blue) = 199+58+154=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73A9A is #38C565. Grayscale: #6E6E6E. Windows color (decimal): -3720550 or 10107591. OLE color: 10107591.
HSL color Cylindrical-coordinate representation of color #C73A9A: hue angle of 319.15º 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 #C73A9A is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 154 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.22 |
| HSL | 319.15º | 0.56% | 0.5% | - |
| HSV(B) | 319.15º | 0.71% | 0.78% | - |
| XYZ | 30.9 | 17.5 | 32.32 | - |
| YUV | 111.1 | 152.21 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 154 | 0 | 0.71 | 0.23 | 0.22 | 319.15 | 0.56 | 0.5 |
| Hex | C7 | 3A | 9A | 0 | 47 | 17 | 16 | 13F | 38 | 32 |
| Octal | 307 | 72 | 232 | 0 | 107 | 27 | 26 | 477 | 70 | 62 |
| Binary | 11000111 | 111010 | 10011010 | 0 | 1000111 | 10111 | 10110 | 100111111 | 111000 | 110010 |
Color Harmonies of #C73A9A
Complementary color
Monochromatic Colors of #C73A9A
Black with #C73A9A
Text Example
Text Example
White with #C73A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73A9A; }
p { color: rgb(199,58,154); }
H1.HeaderClassName
{
color: #C73A9A;
}
.AnyTagClassName
{
color: #C73A9A;
}
</style>
background-color css
<style>
a { background-color: #C73A9A; }
a { background-color: rgb(199,58,154); }
div.DivClassName
{
background-color: #C73A9A;
}
.BgClassName
{
background-color: #C73A9A;
}
</style>
border-color css
<style>
span { border-color: #C73A9A; }
span { border-color: rgb(199,58,154); }
td.TdClassName
{
border-color: #C73A9A;
}
.TagClassName
{
border-color: #C73A9A;
}
</style>