Shades of Mulberry #C74F91
Tints of Mulberry #C74F91
RGB
CMYK
RGB Variations
Color information
#C74F91 (or 0xC74F91) is known color: Mulberry. HEX triplet: C7, 4F and 91. RGB value is (199,79,145). Sum of RGB (Red+Green+Blue) = 199+79+145=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74F91 is #38B06E. Grayscale: #7A7A7A. Windows color (decimal): -3715183 or 9523143. OLE color: 9523143.
HSL color Cylindrical-coordinate representation of color #C74F91: hue angle of 327º 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 #C74F91 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 145 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.22 |
| HSL | 327º | 0.52% | 0.55% | - |
| HSV(B) | 327º | 0.6% | 0.78% | - |
| XYZ | 31.46 | 19.78 | 28.95 | - |
| YUV | 122.4 | 140.76 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 145 | 0 | 0.60 | 0.27 | 0.22 | 327 | 0.52 | 0.55 |
| Hex | C7 | 4F | 91 | 0 | 3C | 1B | 16 | 147 | 34 | 37 |
| Octal | 307 | 117 | 221 | 0 | 74 | 33 | 26 | 507 | 64 | 67 |
| Binary | 11000111 | 1001111 | 10010001 | 0 | 111100 | 11011 | 10110 | 101000111 | 110100 | 110111 |
Color Harmonies of #C74F91
Complementary color
Monochromatic Colors of #C74F91
Black with #C74F91
Text Example
Text Example
White with #C74F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74F91; }
p { color: rgb(199,79,145); }
H1.HeaderClassName
{
color: #C74F91;
}
.AnyTagClassName
{
color: #C74F91;
}
</style>
background-color css
<style>
a { background-color: #C74F91; }
a { background-color: rgb(199,79,145); }
div.DivClassName
{
background-color: #C74F91;
}
.BgClassName
{
background-color: #C74F91;
}
</style>
border-color css
<style>
span { border-color: #C74F91; }
span { border-color: rgb(199,79,145); }
td.TdClassName
{
border-color: #C74F91;
}
.TagClassName
{
border-color: #C74F91;
}
</style>