Shades of Mulberry #C74E81
Tints of Mulberry #C74E81
RGB
CMYK
RGB Variations
Color information
#C74E81 (or 0xC74E81) is known color: Mulberry. HEX triplet: C7, 4E and 81. RGB value is (199,78,129). Sum of RGB (Red+Green+Blue) = 199+78+129=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74E81 is #38B17E. Grayscale: #777777. Windows color (decimal): -3715455 or 8474311. OLE color: 8474311.
HSL color Cylindrical-coordinate representation of color #C74E81: hue angle of 334.71º 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 #C74E81 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 129 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.22 |
| HSL | 334.71º | 0.52% | 0.54% | - |
| HSV(B) | 334.71º | 0.61% | 0.78% | - |
| XYZ | 30.24 | 19.18 | 22.88 | - |
| YUV | 119.99 | 133.09 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 129 | 0 | 0.61 | 0.35 | 0.22 | 334.71 | 0.52 | 0.54 |
| Hex | C7 | 4E | 81 | 0 | 3D | 23 | 16 | 14F | 34 | 36 |
| Octal | 307 | 116 | 201 | 0 | 75 | 43 | 26 | 517 | 64 | 66 |
| Binary | 11000111 | 1001110 | 10000001 | 0 | 111101 | 100011 | 10110 | 101001111 | 110100 | 110110 |
Color Harmonies of #C74E81
Complementary color
Monochromatic Colors of #C74E81
Black with #C74E81
Text Example
Text Example
White with #C74E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74E81; }
p { color: rgb(199,78,129); }
H1.HeaderClassName
{
color: #C74E81;
}
.AnyTagClassName
{
color: #C74E81;
}
</style>
background-color css
<style>
a { background-color: #C74E81; }
a { background-color: rgb(199,78,129); }
div.DivClassName
{
background-color: #C74E81;
}
.BgClassName
{
background-color: #C74E81;
}
</style>
border-color css
<style>
span { border-color: #C74E81; }
span { border-color: rgb(199,78,129); }
td.TdClassName
{
border-color: #C74E81;
}
.TagClassName
{
border-color: #C74E81;
}
</style>