Shades of Mulberry #C74F80
Tints of Mulberry #C74F80
RGB
CMYK
RGB Variations
Color information
#C74F80 (or 0xC74F80) is known color: Mulberry. HEX triplet: C7, 4F and 80. RGB value is (199,79,128). Sum of RGB (Red+Green+Blue) = 199+79+128=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74F80 is #38B07F. Grayscale: #787878. Windows color (decimal): -3715200 or 8409031. OLE color: 8409031.
HSL color Cylindrical-coordinate representation of color #C74F80: hue angle of 335.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C74F80 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 128 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.22 |
| HSL | 335.5º | 0.52% | 0.55% | - |
| HSV(B) | 335.5º | 0.6% | 0.78% | - |
| XYZ | 30.25 | 19.29 | 22.55 | - |
| YUV | 120.47 | 132.26 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 128 | 0 | 0.60 | 0.36 | 0.22 | 335.5 | 0.52 | 0.55 |
| Hex | C7 | 4F | 80 | 0 | 3C | 24 | 16 | 150 | 34 | 37 |
| Octal | 307 | 117 | 200 | 0 | 74 | 44 | 26 | 520 | 64 | 67 |
| Binary | 11000111 | 1001111 | 10000000 | 0 | 111100 | 100100 | 10110 | 101010000 | 110100 | 110111 |
Color Harmonies of #C74F80
Complementary color
Monochromatic Colors of #C74F80
Black with #C74F80
Text Example
Text Example
White with #C74F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74F80; }
p { color: rgb(199,79,128); }
H1.HeaderClassName
{
color: #C74F80;
}
.AnyTagClassName
{
color: #C74F80;
}
</style>
background-color css
<style>
a { background-color: #C74F80; }
a { background-color: rgb(199,79,128); }
div.DivClassName
{
background-color: #C74F80;
}
.BgClassName
{
background-color: #C74F80;
}
</style>
border-color css
<style>
span { border-color: #C74F80; }
span { border-color: rgb(199,79,128); }
td.TdClassName
{
border-color: #C74F80;
}
.TagClassName
{
border-color: #C74F80;
}
</style>