Shades of Mulberry #C74E7D
Tints of Mulberry #C74E7D
RGB
CMYK
RGB Variations
Color information
#C74E7D (or 0xC74E7D) is known color: Mulberry. HEX triplet: C7, 4E and 7D. RGB value is (199,78,125). Sum of RGB (Red+Green+Blue) = 199+78+125=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74E7D is #38B182. Grayscale: #777777. Windows color (decimal): -3715459 or 8212167. OLE color: 8212167.
HSL color Cylindrical-coordinate representation of color #C74E7D: hue angle of 336.69º 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 #C74E7D is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 125 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.22 |
| HSL | 336.69º | 0.52% | 0.54% | - |
| HSV(B) | 336.69º | 0.61% | 0.78% | - |
| XYZ | 29.98 | 19.07 | 21.5 | - |
| YUV | 119.54 | 131.09 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 125 | 0 | 0.61 | 0.37 | 0.22 | 336.69 | 0.52 | 0.54 |
| Hex | C7 | 4E | 7D | 0 | 3D | 25 | 16 | 151 | 34 | 36 |
| Octal | 307 | 116 | 175 | 0 | 75 | 45 | 26 | 521 | 64 | 66 |
| Binary | 11000111 | 1001110 | 1111101 | 0 | 111101 | 100101 | 10110 | 101010001 | 110100 | 110110 |
Color Harmonies of #C74E7D
Complementary color
Monochromatic Colors of #C74E7D
Black with #C74E7D
Text Example
Text Example
White with #C74E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74E7D; }
p { color: rgb(199,78,125); }
H1.HeaderClassName
{
color: #C74E7D;
}
.AnyTagClassName
{
color: #C74E7D;
}
</style>
background-color css
<style>
a { background-color: #C74E7D; }
a { background-color: rgb(199,78,125); }
div.DivClassName
{
background-color: #C74E7D;
}
.BgClassName
{
background-color: #C74E7D;
}
</style>
border-color css
<style>
span { border-color: #C74E7D; }
span { border-color: rgb(199,78,125); }
td.TdClassName
{
border-color: #C74E7D;
}
.TagClassName
{
border-color: #C74E7D;
}
</style>