Shades of Mulberry #C73E8A
Tints of Mulberry #C73E8A
RGB
CMYK
RGB Variations
Color information
#C73E8A (or 0xC73E8A) is known color: Mulberry. HEX triplet: C7, 3E and 8A. RGB value is (199,62,138). Sum of RGB (Red+Green+Blue) = 199+62+138=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C73E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73E8A is #38C175. Grayscale: #6F6F6F. Windows color (decimal): -3719542 or 9060039. OLE color: 9060039.
HSL color Cylindrical-coordinate representation of color #C73E8A: hue angle of 326.72º 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 #C73E8A is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 62 | 138 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.22 |
| HSL | 326.72º | 0.55% | 0.51% | - |
| HSV(B) | 326.72º | 0.69% | 0.78% | - |
| XYZ | 29.86 | 17.42 | 25.83 | - |
| YUV | 111.63 | 142.89 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 62 | 138 | 0 | 0.69 | 0.31 | 0.22 | 326.72 | 0.55 | 0.51 |
| Hex | C7 | 3E | 8A | 0 | 45 | 1F | 16 | 147 | 37 | 33 |
| Octal | 307 | 76 | 212 | 0 | 105 | 37 | 26 | 507 | 67 | 63 |
| Binary | 11000111 | 111110 | 10001010 | 0 | 1000101 | 11111 | 10110 | 101000111 | 110111 | 110011 |
Color Harmonies of #C73E8A
Complementary color
Monochromatic Colors of #C73E8A
Black with #C73E8A
Text Example
Text Example
White with #C73E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73E8A; }
p { color: rgb(199,62,138); }
H1.HeaderClassName
{
color: #C73E8A;
}
.AnyTagClassName
{
color: #C73E8A;
}
</style>
background-color css
<style>
a { background-color: #C73E8A; }
a { background-color: rgb(199,62,138); }
div.DivClassName
{
background-color: #C73E8A;
}
.BgClassName
{
background-color: #C73E8A;
}
</style>
border-color css
<style>
span { border-color: #C73E8A; }
span { border-color: rgb(199,62,138); }
td.TdClassName
{
border-color: #C73E8A;
}
.TagClassName
{
border-color: #C73E8A;
}
</style>