Shades of Mulberry #C73E82
Tints of Mulberry #C73E82
RGB
CMYK
RGB Variations
Color information
#C73E82 (or 0xC73E82) is known color: Mulberry. HEX triplet: C7, 3E and 82. RGB value is (199,62,130). Sum of RGB (Red+Green+Blue) = 199+62+130=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C73E82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73E82 is #38C17D. Grayscale: #6E6E6E. Windows color (decimal): -3719550 or 8535751. OLE color: 8535751.
HSL color Cylindrical-coordinate representation of color #C73E82: hue angle of 330.22º 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 #C73E82 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 62 | 130 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.22 |
| HSL | 330.22º | 0.55% | 0.51% | - |
| HSV(B) | 330.22º | 0.69% | 0.78% | - |
| XYZ | 29.31 | 17.2 | 22.89 | - |
| YUV | 110.72 | 138.89 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 62 | 130 | 0 | 0.69 | 0.35 | 0.22 | 330.22 | 0.55 | 0.51 |
| Hex | C7 | 3E | 82 | 0 | 45 | 23 | 16 | 14A | 37 | 33 |
| Octal | 307 | 76 | 202 | 0 | 105 | 43 | 26 | 512 | 67 | 63 |
| Binary | 11000111 | 111110 | 10000010 | 0 | 1000101 | 100011 | 10110 | 101001010 | 110111 | 110011 |
Color Harmonies of #C73E82
Complementary color
Monochromatic Colors of #C73E82
Black with #C73E82
Text Example
Text Example
White with #C73E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73E82; }
p { color: rgb(199,62,130); }
H1.HeaderClassName
{
color: #C73E82;
}
.AnyTagClassName
{
color: #C73E82;
}
</style>
background-color css
<style>
a { background-color: #C73E82; }
a { background-color: rgb(199,62,130); }
div.DivClassName
{
background-color: #C73E82;
}
.BgClassName
{
background-color: #C73E82;
}
</style>
border-color css
<style>
span { border-color: #C73E82; }
span { border-color: rgb(199,62,130); }
td.TdClassName
{
border-color: #C73E82;
}
.TagClassName
{
border-color: #C73E82;
}
</style>