Shades of Mulberry #C74D9E
Tints of Mulberry #C74D9E
RGB
CMYK
RGB Variations
Color information
#C74D9E (or 0xC74D9E) is known color: Mulberry. HEX triplet: C7, 4D and 9E. RGB value is (199,77,158). Sum of RGB (Red+Green+Blue) = 199+77+158=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74D9E is #38B261. Grayscale: #7A7A7A. Windows color (decimal): -3715682 or 10374599. OLE color: 10374599.
HSL color Cylindrical-coordinate representation of color #C74D9E: hue angle of 320.16º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74D9E is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 158 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.22 |
| HSL | 320.16º | 0.52% | 0.54% | - |
| HSV(B) | 320.16º | 0.61% | 0.78% | - |
| XYZ | 32.38 | 19.92 | 34.49 | - |
| YUV | 122.71 | 147.92 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 158 | 0 | 0.61 | 0.21 | 0.22 | 320.16 | 0.52 | 0.54 |
| Hex | C7 | 4D | 9E | 0 | 3D | 15 | 16 | 140 | 34 | 36 |
| Octal | 307 | 115 | 236 | 0 | 75 | 25 | 26 | 500 | 64 | 66 |
| Binary | 11000111 | 1001101 | 10011110 | 0 | 111101 | 10101 | 10110 | 101000000 | 110100 | 110110 |
Color Harmonies of #C74D9E
Complementary color
Monochromatic Colors of #C74D9E
Black with #C74D9E
Text Example
Text Example
White with #C74D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74D9E; }
p { color: rgb(199,77,158); }
H1.HeaderClassName
{
color: #C74D9E;
}
.AnyTagClassName
{
color: #C74D9E;
}
</style>
background-color css
<style>
a { background-color: #C74D9E; }
a { background-color: rgb(199,77,158); }
div.DivClassName
{
background-color: #C74D9E;
}
.BgClassName
{
background-color: #C74D9E;
}
</style>
border-color css
<style>
span { border-color: #C74D9E; }
span { border-color: rgb(199,77,158); }
td.TdClassName
{
border-color: #C74D9E;
}
.TagClassName
{
border-color: #C74D9E;
}
</style>