Shades of Mulberry #C74D8A
Tints of Mulberry #C74D8A
RGB
CMYK
RGB Variations
Color information
#C74D8A (or 0xC74D8A) is known color: Mulberry. HEX triplet: C7, 4D and 8A. RGB value is (199,77,138). Sum of RGB (Red+Green+Blue) = 199+77+138=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74D8A is #38B275. Grayscale: #787878. Windows color (decimal): -3715702 or 9063879. OLE color: 9063879.
HSL color Cylindrical-coordinate representation of color #C74D8A: hue angle of 330º 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 #C74D8A is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 138 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.22 |
| HSL | 330º | 0.52% | 0.54% | - |
| HSV(B) | 330º | 0.61% | 0.78% | - |
| XYZ | 30.79 | 19.28 | 26.14 | - |
| YUV | 120.43 | 137.92 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 138 | 0 | 0.61 | 0.31 | 0.22 | 330 | 0.52 | 0.54 |
| Hex | C7 | 4D | 8A | 0 | 3D | 1F | 16 | 14A | 34 | 36 |
| Octal | 307 | 115 | 212 | 0 | 75 | 37 | 26 | 512 | 64 | 66 |
| Binary | 11000111 | 1001101 | 10001010 | 0 | 111101 | 11111 | 10110 | 101001010 | 110100 | 110110 |
Color Harmonies of #C74D8A
Complementary color
Monochromatic Colors of #C74D8A
Black with #C74D8A
Text Example
Text Example
White with #C74D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74D8A; }
p { color: rgb(199,77,138); }
H1.HeaderClassName
{
color: #C74D8A;
}
.AnyTagClassName
{
color: #C74D8A;
}
</style>
background-color css
<style>
a { background-color: #C74D8A; }
a { background-color: rgb(199,77,138); }
div.DivClassName
{
background-color: #C74D8A;
}
.BgClassName
{
background-color: #C74D8A;
}
</style>
border-color css
<style>
span { border-color: #C74D8A; }
span { border-color: rgb(199,77,138); }
td.TdClassName
{
border-color: #C74D8A;
}
.TagClassName
{
border-color: #C74D8A;
}
</style>