Shades of Mulberry #C74785
Tints of Mulberry #C74785
RGB
CMYK
RGB Variations
Color information
#C74785 (or 0xC74785) is known color: Mulberry. HEX triplet: C7, 47 and 85. RGB value is (199,71,133). Sum of RGB (Red+Green+Blue) = 199+71+133=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C74785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74785 is #38B87A. Grayscale: #747474. Windows color (decimal): -3717243 or 8734663. OLE color: 8734663.
HSL color Cylindrical-coordinate representation of color #C74785: hue angle of 330.94º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74785 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 133 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.22 |
| HSL | 330.94º | 0.53% | 0.53% | - |
| HSV(B) | 330.94º | 0.64% | 0.78% | - |
| XYZ | 30.04 | 18.34 | 24.15 | - |
| YUV | 116.34 | 137.41 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 133 | 0 | 0.64 | 0.33 | 0.22 | 330.94 | 0.53 | 0.53 |
| Hex | C7 | 47 | 85 | 0 | 40 | 21 | 16 | 14B | 35 | 35 |
| Octal | 307 | 107 | 205 | 0 | 100 | 41 | 26 | 513 | 65 | 65 |
| Binary | 11000111 | 1000111 | 10000101 | 0 | 1000000 | 100001 | 10110 | 101001011 | 110101 | 110101 |
Color Harmonies of #C74785
Complementary color
Monochromatic Colors of #C74785
Black with #C74785
Text Example
Text Example
White with #C74785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74785; }
p { color: rgb(199,71,133); }
H1.HeaderClassName
{
color: #C74785;
}
.AnyTagClassName
{
color: #C74785;
}
</style>
background-color css
<style>
a { background-color: #C74785; }
a { background-color: rgb(199,71,133); }
div.DivClassName
{
background-color: #C74785;
}
.BgClassName
{
background-color: #C74785;
}
</style>
border-color css
<style>
span { border-color: #C74785; }
span { border-color: rgb(199,71,133); }
td.TdClassName
{
border-color: #C74785;
}
.TagClassName
{
border-color: #C74785;
}
</style>