Shades of Mulberry #C73E7D
Tints of Mulberry #C73E7D
RGB
CMYK
RGB Variations
Color information
#C73E7D (or 0xC73E7D) is known color: Mulberry. HEX triplet: C7, 3E and 7D. RGB value is (199,62,125). Sum of RGB (Red+Green+Blue) = 199+62+125=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C73E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73E7D is #38C182. Grayscale: #6E6E6E. Windows color (decimal): -3719555 or 8208071. OLE color: 8208071.
HSL color Cylindrical-coordinate representation of color #C73E7D: hue angle of 332.41º 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 #C73E7D is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 62 | 125 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.22 |
| HSL | 332.41º | 0.55% | 0.51% | - |
| HSV(B) | 332.41º | 0.69% | 0.78% | - |
| XYZ | 28.98 | 17.07 | 21.17 | - |
| YUV | 110.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 62 | 125 | 0 | 0.69 | 0.37 | 0.22 | 332.41 | 0.55 | 0.51 |
| Hex | C7 | 3E | 7D | 0 | 45 | 25 | 16 | 14C | 37 | 33 |
| Octal | 307 | 76 | 175 | 0 | 105 | 45 | 26 | 514 | 67 | 63 |
| Binary | 11000111 | 111110 | 1111101 | 0 | 1000101 | 100101 | 10110 | 101001100 | 110111 | 110011 |
Color Harmonies of #C73E7D
Complementary color
Monochromatic Colors of #C73E7D
Black with #C73E7D
Text Example
Text Example
White with #C73E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73E7D; }
p { color: rgb(199,62,125); }
H1.HeaderClassName
{
color: #C73E7D;
}
.AnyTagClassName
{
color: #C73E7D;
}
</style>
background-color css
<style>
a { background-color: #C73E7D; }
a { background-color: rgb(199,62,125); }
div.DivClassName
{
background-color: #C73E7D;
}
.BgClassName
{
background-color: #C73E7D;
}
</style>
border-color css
<style>
span { border-color: #C73E7D; }
span { border-color: rgb(199,62,125); }
td.TdClassName
{
border-color: #C73E7D;
}
.TagClassName
{
border-color: #C73E7D;
}
</style>