Shades of Mulberry #C74C90
Tints of Mulberry #C74C90
RGB
CMYK
RGB Variations
Color information
#C74C90 (or 0xC74C90) is known color: Mulberry. HEX triplet: C7, 4C and 90. RGB value is (199,76,144). Sum of RGB (Red+Green+Blue) = 199+76+144=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74C90 is #38B36F. Grayscale: #787878. Windows color (decimal): -3715952 or 9456839. OLE color: 9456839.
HSL color Cylindrical-coordinate representation of color #C74C90: hue angle of 326.83º degrees, saturation: 0.52, 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 #C74C90 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 144 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.22 |
| HSL | 326.83º | 0.52% | 0.54% | - |
| HSV(B) | 326.83º | 0.62% | 0.78% | - |
| XYZ | 31.17 | 19.32 | 28.47 | - |
| YUV | 120.53 | 141.25 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 144 | 0 | 0.62 | 0.28 | 0.22 | 326.83 | 0.52 | 0.54 |
| Hex | C7 | 4C | 90 | 0 | 3E | 1C | 16 | 147 | 34 | 36 |
| Octal | 307 | 114 | 220 | 0 | 76 | 34 | 26 | 507 | 64 | 66 |
| Binary | 11000111 | 1001100 | 10010000 | 0 | 111110 | 11100 | 10110 | 101000111 | 110100 | 110110 |
Color Harmonies of #C74C90
Complementary color
Monochromatic Colors of #C74C90
Black with #C74C90
Text Example
Text Example
White with #C74C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74C90; }
p { color: rgb(199,76,144); }
H1.HeaderClassName
{
color: #C74C90;
}
.AnyTagClassName
{
color: #C74C90;
}
</style>
background-color css
<style>
a { background-color: #C74C90; }
a { background-color: rgb(199,76,144); }
div.DivClassName
{
background-color: #C74C90;
}
.BgClassName
{
background-color: #C74C90;
}
</style>
border-color css
<style>
span { border-color: #C74C90; }
span { border-color: rgb(199,76,144); }
td.TdClassName
{
border-color: #C74C90;
}
.TagClassName
{
border-color: #C74C90;
}
</style>