Shades of Mulberry #C74E9E
Tints of Mulberry #C74E9E
RGB
CMYK
RGB Variations
Color information
#C74E9E (or 0xC74E9E) is known color: Mulberry. HEX triplet: C7, 4E and 9E. RGB value is (199,78,158). Sum of RGB (Red+Green+Blue) = 199+78+158=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74E9E is #38B161. Grayscale: #7B7B7B. Windows color (decimal): -3715426 or 10374855. OLE color: 10374855.
HSL color Cylindrical-coordinate representation of color #C74E9E: hue angle of 320.33º 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 #C74E9E is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 158 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.22 |
| HSL | 320.33º | 0.52% | 0.54% | - |
| HSV(B) | 320.33º | 0.61% | 0.78% | - |
| XYZ | 32.45 | 20.06 | 34.51 | - |
| YUV | 123.3 | 147.59 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 158 | 0 | 0.61 | 0.21 | 0.22 | 320.33 | 0.52 | 0.54 |
| Hex | C7 | 4E | 9E | 0 | 3D | 15 | 16 | 140 | 34 | 36 |
| Octal | 307 | 116 | 236 | 0 | 75 | 25 | 26 | 500 | 64 | 66 |
| Binary | 11000111 | 1001110 | 10011110 | 0 | 111101 | 10101 | 10110 | 101000000 | 110100 | 110110 |
Color Harmonies of #C74E9E
Complementary color
Monochromatic Colors of #C74E9E
Black with #C74E9E
Text Example
Text Example
White with #C74E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74E9E; }
p { color: rgb(199,78,158); }
H1.HeaderClassName
{
color: #C74E9E;
}
.AnyTagClassName
{
color: #C74E9E;
}
</style>
background-color css
<style>
a { background-color: #C74E9E; }
a { background-color: rgb(199,78,158); }
div.DivClassName
{
background-color: #C74E9E;
}
.BgClassName
{
background-color: #C74E9E;
}
</style>
border-color css
<style>
span { border-color: #C74E9E; }
span { border-color: rgb(199,78,158); }
td.TdClassName
{
border-color: #C74E9E;
}
.TagClassName
{
border-color: #C74E9E;
}
</style>