Shades of Mulberry #C74E9A
Tints of Mulberry #C74E9A
RGB
CMYK
RGB Variations
Color information
#C74E9A (or 0xC74E9A) is known color: Mulberry. HEX triplet: C7, 4E and 9A. RGB value is (199,78,154). Sum of RGB (Red+Green+Blue) = 199+78+154=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74E9A is #38B165. Grayscale: #7A7A7A. Windows color (decimal): -3715430 or 10112711. OLE color: 10112711.
HSL color Cylindrical-coordinate representation of color #C74E9A: hue angle of 322.31º 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 #C74E9A is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 154 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.22 |
| HSL | 322.31º | 0.52% | 0.54% | - |
| HSV(B) | 322.31º | 0.61% | 0.78% | - |
| XYZ | 32.11 | 19.92 | 32.73 | - |
| YUV | 122.84 | 145.59 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 154 | 0 | 0.61 | 0.23 | 0.22 | 322.31 | 0.52 | 0.54 |
| Hex | C7 | 4E | 9A | 0 | 3D | 17 | 16 | 142 | 34 | 36 |
| Octal | 307 | 116 | 232 | 0 | 75 | 27 | 26 | 502 | 64 | 66 |
| Binary | 11000111 | 1001110 | 10011010 | 0 | 111101 | 10111 | 10110 | 101000010 | 110100 | 110110 |
Color Harmonies of #C74E9A
Complementary color
Monochromatic Colors of #C74E9A
Black with #C74E9A
Text Example
Text Example
White with #C74E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74E9A; }
p { color: rgb(199,78,154); }
H1.HeaderClassName
{
color: #C74E9A;
}
.AnyTagClassName
{
color: #C74E9A;
}
</style>
background-color css
<style>
a { background-color: #C74E9A; }
a { background-color: rgb(199,78,154); }
div.DivClassName
{
background-color: #C74E9A;
}
.BgClassName
{
background-color: #C74E9A;
}
</style>
border-color css
<style>
span { border-color: #C74E9A; }
span { border-color: rgb(199,78,154); }
td.TdClassName
{
border-color: #C74E9A;
}
.TagClassName
{
border-color: #C74E9A;
}
</style>