Shades of Mulberry #C74B91
Tints of Mulberry #C74B91
RGB
CMYK
RGB Variations
Color information
#C74B91 (or 0xC74B91) is known color: Mulberry. HEX triplet: C7, 4B and 91. RGB value is (199,75,145). Sum of RGB (Red+Green+Blue) = 199+75+145=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74B91 is #38B46E. Grayscale: #777777. Windows color (decimal): -3716207 or 9522119. OLE color: 9522119.
HSL color Cylindrical-coordinate representation of color #C74B91: hue angle of 326.13º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74B91 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 145 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.22 |
| HSL | 326.13º | 0.53% | 0.54% | - |
| HSV(B) | 326.13º | 0.62% | 0.78% | - |
| XYZ | 31.18 | 19.22 | 28.85 | - |
| YUV | 120.06 | 142.08 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 145 | 0 | 0.62 | 0.27 | 0.22 | 326.13 | 0.53 | 0.54 |
| Hex | C7 | 4B | 91 | 0 | 3E | 1B | 16 | 146 | 35 | 36 |
| Octal | 307 | 113 | 221 | 0 | 76 | 33 | 26 | 506 | 65 | 66 |
| Binary | 11000111 | 1001011 | 10010001 | 0 | 111110 | 11011 | 10110 | 101000110 | 110101 | 110110 |
Color Harmonies of #C74B91
Complementary color
Monochromatic Colors of #C74B91
Black with #C74B91
Text Example
Text Example
White with #C74B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B91; }
p { color: rgb(199,75,145); }
H1.HeaderClassName
{
color: #C74B91;
}
.AnyTagClassName
{
color: #C74B91;
}
</style>
background-color css
<style>
a { background-color: #C74B91; }
a { background-color: rgb(199,75,145); }
div.DivClassName
{
background-color: #C74B91;
}
.BgClassName
{
background-color: #C74B91;
}
</style>
border-color css
<style>
span { border-color: #C74B91; }
span { border-color: rgb(199,75,145); }
td.TdClassName
{
border-color: #C74B91;
}
.TagClassName
{
border-color: #C74B91;
}
</style>