Shades of Mulberry #C74681
Tints of Mulberry #C74681
RGB
CMYK
RGB Variations
Color information
#C74681 (or 0xC74681) is known color: Mulberry. HEX triplet: C7, 46 and 81. RGB value is (199,70,129). Sum of RGB (Red+Green+Blue) = 199+70+129=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C74681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74681 is #38B97E. Grayscale: #737373. Windows color (decimal): -3717503 or 8472263. OLE color: 8472263.
HSL color Cylindrical-coordinate representation of color #C74681: hue angle of 332.56º 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 #C74681 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 129 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.22 |
| HSL | 332.56º | 0.54% | 0.53% | - |
| HSV(B) | 332.56º | 0.65% | 0.78% | - |
| XYZ | 29.71 | 18.11 | 22.7 | - |
| YUV | 115.3 | 135.74 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 129 | 0 | 0.65 | 0.35 | 0.22 | 332.56 | 0.54 | 0.53 |
| Hex | C7 | 46 | 81 | 0 | 41 | 23 | 16 | 14D | 36 | 35 |
| Octal | 307 | 106 | 201 | 0 | 101 | 43 | 26 | 515 | 66 | 65 |
| Binary | 11000111 | 1000110 | 10000001 | 0 | 1000001 | 100011 | 10110 | 101001101 | 110110 | 110101 |
Color Harmonies of #C74681
Complementary color
Monochromatic Colors of #C74681
Black with #C74681
Text Example
Text Example
White with #C74681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74681; }
p { color: rgb(199,70,129); }
H1.HeaderClassName
{
color: #C74681;
}
.AnyTagClassName
{
color: #C74681;
}
</style>
background-color css
<style>
a { background-color: #C74681; }
a { background-color: rgb(199,70,129); }
div.DivClassName
{
background-color: #C74681;
}
.BgClassName
{
background-color: #C74681;
}
</style>
border-color css
<style>
span { border-color: #C74681; }
span { border-color: rgb(199,70,129); }
td.TdClassName
{
border-color: #C74681;
}
.TagClassName
{
border-color: #C74681;
}
</style>