Shades of Mulberry #C74BA0
Tints of Mulberry #C74BA0
RGB
CMYK
RGB Variations
Color information
#C74BA0 (or 0xC74BA0) is known color: Mulberry. HEX triplet: C7, 4B and A0. RGB value is (199,75,160). Sum of RGB (Red+Green+Blue) = 199+75+160=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74BA0 is #38B45F. Grayscale: #797979. Windows color (decimal): -3716192 or 10505159. OLE color: 10505159.
HSL color Cylindrical-coordinate representation of color #C74BA0: hue angle of 318.87º 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 #C74BA0 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 160 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.22 |
| HSL | 318.87º | 0.53% | 0.54% | - |
| HSV(B) | 318.87º | 0.62% | 0.78% | - |
| XYZ | 32.41 | 19.71 | 35.35 | - |
| YUV | 121.77 | 149.58 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 160 | 0 | 0.62 | 0.20 | 0.22 | 318.87 | 0.53 | 0.54 |
| Hex | C7 | 4B | A0 | 0 | 3E | 14 | 16 | 13F | 35 | 36 |
| Octal | 307 | 113 | 240 | 0 | 76 | 24 | 26 | 477 | 65 | 66 |
| Binary | 11000111 | 1001011 | 10100000 | 0 | 111110 | 10100 | 10110 | 100111111 | 110101 | 110110 |
Color Harmonies of #C74BA0
Complementary color
Monochromatic Colors of #C74BA0
Black with #C74BA0
Text Example
Text Example
White with #C74BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BA0; }
p { color: rgb(199,75,160); }
H1.HeaderClassName
{
color: #C74BA0;
}
.AnyTagClassName
{
color: #C74BA0;
}
</style>
background-color css
<style>
a { background-color: #C74BA0; }
a { background-color: rgb(199,75,160); }
div.DivClassName
{
background-color: #C74BA0;
}
.BgClassName
{
background-color: #C74BA0;
}
</style>
border-color css
<style>
span { border-color: #C74BA0; }
span { border-color: rgb(199,75,160); }
td.TdClassName
{
border-color: #C74BA0;
}
.TagClassName
{
border-color: #C74BA0;
}
</style>