Shades of Mulberry #C74BA6
Tints of Mulberry #C74BA6
RGB
CMYK
RGB Variations
Color information
#C74BA6 (or 0xC74BA6) is known color: Mulberry. HEX triplet: C7, 4B and A6. RGB value is (199,75,166). Sum of RGB (Red+Green+Blue) = 199+75+166=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74BA6 is #38B459. Grayscale: #7A7A7A. Windows color (decimal): -3716186 or 10898375. OLE color: 10898375.
HSL color Cylindrical-coordinate representation of color #C74BA6: hue angle of 315.97º 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 #C74BA6 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 166 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.22 |
| HSL | 315.97º | 0.53% | 0.54% | - |
| HSV(B) | 315.97º | 0.62% | 0.78% | - |
| XYZ | 32.95 | 19.93 | 38.19 | - |
| YUV | 122.45 | 152.58 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 166 | 0 | 0.62 | 0.17 | 0.22 | 315.97 | 0.53 | 0.54 |
| Hex | C7 | 4B | A6 | 0 | 3E | 11 | 16 | 13C | 35 | 36 |
| Octal | 307 | 113 | 246 | 0 | 76 | 21 | 26 | 474 | 65 | 66 |
| Binary | 11000111 | 1001011 | 10100110 | 0 | 111110 | 10001 | 10110 | 100111100 | 110101 | 110110 |
Color Harmonies of #C74BA6
Complementary color
Monochromatic Colors of #C74BA6
Black with #C74BA6
Text Example
Text Example
White with #C74BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BA6; }
p { color: rgb(199,75,166); }
H1.HeaderClassName
{
color: #C74BA6;
}
.AnyTagClassName
{
color: #C74BA6;
}
</style>
background-color css
<style>
a { background-color: #C74BA6; }
a { background-color: rgb(199,75,166); }
div.DivClassName
{
background-color: #C74BA6;
}
.BgClassName
{
background-color: #C74BA6;
}
</style>
border-color css
<style>
span { border-color: #C74BA6; }
span { border-color: rgb(199,75,166); }
td.TdClassName
{
border-color: #C74BA6;
}
.TagClassName
{
border-color: #C74BA6;
}
</style>