Shades of Mulberry #C74C94
Tints of Mulberry #C74C94
RGB
CMYK
RGB Variations
Color information
#C74C94 (or 0xC74C94) is known color: Mulberry. HEX triplet: C7, 4C and 94. RGB value is (199,76,148). Sum of RGB (Red+Green+Blue) = 199+76+148=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74C94 is #38B36B. Grayscale: #787878. Windows color (decimal): -3715948 or 9718983. OLE color: 9718983.
HSL color Cylindrical-coordinate representation of color #C74C94: hue angle of 324.88º 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 #C74C94 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 148 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.22 |
| HSL | 324.88º | 0.52% | 0.54% | - |
| HSV(B) | 324.88º | 0.62% | 0.78% | - |
| XYZ | 31.48 | 19.45 | 30.11 | - |
| YUV | 120.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 148 | 0 | 0.62 | 0.26 | 0.22 | 324.88 | 0.52 | 0.54 |
| Hex | C7 | 4C | 94 | 0 | 3E | 1A | 16 | 145 | 34 | 36 |
| Octal | 307 | 114 | 224 | 0 | 76 | 32 | 26 | 505 | 64 | 66 |
| Binary | 11000111 | 1001100 | 10010100 | 0 | 111110 | 11010 | 10110 | 101000101 | 110100 | 110110 |
Color Harmonies of #C74C94
Complementary color
Monochromatic Colors of #C74C94
Black with #C74C94
Text Example
Text Example
White with #C74C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74C94; }
p { color: rgb(199,76,148); }
H1.HeaderClassName
{
color: #C74C94;
}
.AnyTagClassName
{
color: #C74C94;
}
</style>
background-color css
<style>
a { background-color: #C74C94; }
a { background-color: rgb(199,76,148); }
div.DivClassName
{
background-color: #C74C94;
}
.BgClassName
{
background-color: #C74C94;
}
</style>
border-color css
<style>
span { border-color: #C74C94; }
span { border-color: rgb(199,76,148); }
td.TdClassName
{
border-color: #C74C94;
}
.TagClassName
{
border-color: #C74C94;
}
</style>