Shades of Mulberry #C73A9D
Tints of Mulberry #C73A9D
RGB
CMYK
RGB Variations
Color information
#C73A9D (or 0xC73A9D) is known color: Mulberry. HEX triplet: C7, 3A and 9D. RGB value is (199,58,157). Sum of RGB (Red+Green+Blue) = 199+58+157=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73A9D is #38C562. Grayscale: #6F6F6F. Windows color (decimal): -3720547 or 10304199. OLE color: 10304199.
HSL color Cylindrical-coordinate representation of color #C73A9D: hue angle of 317.87º 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 #C73A9D is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 157 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.22 |
| HSL | 317.87º | 0.56% | 0.5% | - |
| HSV(B) | 317.87º | 0.71% | 0.78% | - |
| XYZ | 31.15 | 17.6 | 33.65 | - |
| YUV | 111.45 | 153.71 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 157 | 0 | 0.71 | 0.21 | 0.22 | 317.87 | 0.56 | 0.5 |
| Hex | C7 | 3A | 9D | 0 | 47 | 15 | 16 | 13E | 38 | 32 |
| Octal | 307 | 72 | 235 | 0 | 107 | 25 | 26 | 476 | 70 | 62 |
| Binary | 11000111 | 111010 | 10011101 | 0 | 1000111 | 10101 | 10110 | 100111110 | 111000 | 110010 |
Color Harmonies of #C73A9D
Complementary color
Monochromatic Colors of #C73A9D
Black with #C73A9D
Text Example
Text Example
White with #C73A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73A9D; }
p { color: rgb(199,58,157); }
H1.HeaderClassName
{
color: #C73A9D;
}
.AnyTagClassName
{
color: #C73A9D;
}
</style>
background-color css
<style>
a { background-color: #C73A9D; }
a { background-color: rgb(199,58,157); }
div.DivClassName
{
background-color: #C73A9D;
}
.BgClassName
{
background-color: #C73A9D;
}
</style>
border-color css
<style>
span { border-color: #C73A9D; }
span { border-color: rgb(199,58,157); }
td.TdClassName
{
border-color: #C73A9D;
}
.TagClassName
{
border-color: #C73A9D;
}
</style>