Shades of Mulberry #C74582
Tints of Mulberry #C74582
RGB
CMYK
RGB Variations
Color information
#C74582 (or 0xC74582) is known color: Mulberry. HEX triplet: C7, 45 and 82. RGB value is (199,69,130). Sum of RGB (Red+Green+Blue) = 199+69+130=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C74582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74582 is #38BA7D. Grayscale: #727272. Windows color (decimal): -3717758 or 8537543. OLE color: 8537543.
HSL color Cylindrical-coordinate representation of color #C74582: hue angle of 331.85º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74582 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 130 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.22 |
| HSL | 331.85º | 0.54% | 0.53% | - |
| HSV(B) | 331.85º | 0.65% | 0.78% | - |
| XYZ | 29.71 | 18.01 | 23.03 | - |
| YUV | 114.82 | 136.57 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 130 | 0 | 0.65 | 0.35 | 0.22 | 331.85 | 0.54 | 0.53 |
| Hex | C7 | 45 | 82 | 0 | 41 | 23 | 16 | 14C | 36 | 35 |
| Octal | 307 | 105 | 202 | 0 | 101 | 43 | 26 | 514 | 66 | 65 |
| Binary | 11000111 | 1000101 | 10000010 | 0 | 1000001 | 100011 | 10110 | 101001100 | 110110 | 110101 |
Color Harmonies of #C74582
Complementary color
Monochromatic Colors of #C74582
Black with #C74582
Text Example
Text Example
White with #C74582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74582; }
p { color: rgb(199,69,130); }
H1.HeaderClassName
{
color: #C74582;
}
.AnyTagClassName
{
color: #C74582;
}
</style>
background-color css
<style>
a { background-color: #C74582; }
a { background-color: rgb(199,69,130); }
div.DivClassName
{
background-color: #C74582;
}
.BgClassName
{
background-color: #C74582;
}
</style>
border-color css
<style>
span { border-color: #C74582; }
span { border-color: rgb(199,69,130); }
td.TdClassName
{
border-color: #C74582;
}
.TagClassName
{
border-color: #C74582;
}
</style>