Shades of Mulberry #C74781
Tints of Mulberry #C74781
RGB
CMYK
RGB Variations
Color information
#C74781 (or 0xC74781) is known color: Mulberry. HEX triplet: C7, 47 and 81. RGB value is (199,71,129). Sum of RGB (Red+Green+Blue) = 199+71+129=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C74781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74781 is #38B87E. Grayscale: #737373. Windows color (decimal): -3717247 or 8472519. OLE color: 8472519.
HSL color Cylindrical-coordinate representation of color #C74781: hue angle of 332.81º 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 #C74781 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 129 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.22 |
| HSL | 332.81º | 0.53% | 0.53% | - |
| HSV(B) | 332.81º | 0.64% | 0.78% | - |
| XYZ | 29.77 | 18.23 | 22.72 | - |
| YUV | 115.88 | 135.41 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 129 | 0 | 0.64 | 0.35 | 0.22 | 332.81 | 0.53 | 0.53 |
| Hex | C7 | 47 | 81 | 0 | 40 | 23 | 16 | 14D | 35 | 35 |
| Octal | 307 | 107 | 201 | 0 | 100 | 43 | 26 | 515 | 65 | 65 |
| Binary | 11000111 | 1000111 | 10000001 | 0 | 1000000 | 100011 | 10110 | 101001101 | 110101 | 110101 |
Color Harmonies of #C74781
Complementary color
Monochromatic Colors of #C74781
Black with #C74781
Text Example
Text Example
White with #C74781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74781; }
p { color: rgb(199,71,129); }
H1.HeaderClassName
{
color: #C74781;
}
.AnyTagClassName
{
color: #C74781;
}
</style>
background-color css
<style>
a { background-color: #C74781; }
a { background-color: rgb(199,71,129); }
div.DivClassName
{
background-color: #C74781;
}
.BgClassName
{
background-color: #C74781;
}
</style>
border-color css
<style>
span { border-color: #C74781; }
span { border-color: rgb(199,71,129); }
td.TdClassName
{
border-color: #C74781;
}
.TagClassName
{
border-color: #C74781;
}
</style>