Shades of Mulberry #C74990
Tints of Mulberry #C74990
RGB
CMYK
RGB Variations
Color information
#C74990 (or 0xC74990) is known color: Mulberry. HEX triplet: C7, 49 and 90. RGB value is (199,73,144). Sum of RGB (Red+Green+Blue) = 199+73+144=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C74990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74990 is #38B66F. Grayscale: #767676. Windows color (decimal): -3716720 or 9456071. OLE color: 9456071.
HSL color Cylindrical-coordinate representation of color #C74990: hue angle of 326.19º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74990 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 144 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.22 |
| HSL | 326.19º | 0.53% | 0.53% | - |
| HSV(B) | 326.19º | 0.63% | 0.78% | - |
| XYZ | 30.97 | 18.92 | 28.41 | - |
| YUV | 118.77 | 142.24 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 144 | 0 | 0.63 | 0.28 | 0.22 | 326.19 | 0.53 | 0.53 |
| Hex | C7 | 49 | 90 | 0 | 3F | 1C | 16 | 146 | 35 | 35 |
| Octal | 307 | 111 | 220 | 0 | 77 | 34 | 26 | 506 | 65 | 65 |
| Binary | 11000111 | 1001001 | 10010000 | 0 | 111111 | 11100 | 10110 | 101000110 | 110101 | 110101 |
Color Harmonies of #C74990
Complementary color
Monochromatic Colors of #C74990
Black with #C74990
Text Example
Text Example
White with #C74990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74990; }
p { color: rgb(199,73,144); }
H1.HeaderClassName
{
color: #C74990;
}
.AnyTagClassName
{
color: #C74990;
}
</style>
background-color css
<style>
a { background-color: #C74990; }
a { background-color: rgb(199,73,144); }
div.DivClassName
{
background-color: #C74990;
}
.BgClassName
{
background-color: #C74990;
}
</style>
border-color css
<style>
span { border-color: #C74990; }
span { border-color: rgb(199,73,144); }
td.TdClassName
{
border-color: #C74990;
}
.TagClassName
{
border-color: #C74990;
}
</style>