Shades of Mulberry #C73D8A
Tints of Mulberry #C73D8A
RGB
CMYK
RGB Variations
Color information
#C73D8A (or 0xC73D8A) is known color: Mulberry. HEX triplet: C7, 3D and 8A. RGB value is (199,61,138). Sum of RGB (Red+Green+Blue) = 199+61+138=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73D8A is #38C275. Grayscale: #6E6E6E. Windows color (decimal): -3719798 or 9059783. OLE color: 9059783.
HSL color Cylindrical-coordinate representation of color #C73D8A: hue angle of 326.52º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73D8A is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 138 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.22 |
| HSL | 326.52º | 0.55% | 0.51% | - |
| HSV(B) | 326.52º | 0.69% | 0.78% | - |
| XYZ | 29.81 | 17.31 | 25.82 | - |
| YUV | 111.04 | 143.22 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 138 | 0 | 0.69 | 0.31 | 0.22 | 326.52 | 0.55 | 0.51 |
| Hex | C7 | 3D | 8A | 0 | 45 | 1F | 16 | 147 | 37 | 33 |
| Octal | 307 | 75 | 212 | 0 | 105 | 37 | 26 | 507 | 67 | 63 |
| Binary | 11000111 | 111101 | 10001010 | 0 | 1000101 | 11111 | 10110 | 101000111 | 110111 | 110011 |
Color Harmonies of #C73D8A
Complementary color
Monochromatic Colors of #C73D8A
Black with #C73D8A
Text Example
Text Example
White with #C73D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73D8A; }
p { color: rgb(199,61,138); }
H1.HeaderClassName
{
color: #C73D8A;
}
.AnyTagClassName
{
color: #C73D8A;
}
</style>
background-color css
<style>
a { background-color: #C73D8A; }
a { background-color: rgb(199,61,138); }
div.DivClassName
{
background-color: #C73D8A;
}
.BgClassName
{
background-color: #C73D8A;
}
</style>
border-color css
<style>
span { border-color: #C73D8A; }
span { border-color: rgb(199,61,138); }
td.TdClassName
{
border-color: #C73D8A;
}
.TagClassName
{
border-color: #C73D8A;
}
</style>