Shades of Mulberry #C7499E
Tints of Mulberry #C7499E
RGB
CMYK
RGB Variations
Color information
#C7499E (or 0xC7499E) is known color: Mulberry. HEX triplet: C7, 49 and 9E. RGB value is (199,73,158). Sum of RGB (Red+Green+Blue) = 199+73+158=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C7499E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7499E is #38B661. Grayscale: #787878. Windows color (decimal): -3716706 or 10373575. OLE color: 10373575.
HSL color Cylindrical-coordinate representation of color #C7499E: hue angle of 319.52º 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 #C7499E is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 158 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.22 |
| HSL | 319.52º | 0.53% | 0.53% | - |
| HSV(B) | 319.52º | 0.63% | 0.78% | - |
| XYZ | 32.11 | 19.38 | 34.4 | - |
| YUV | 120.36 | 149.24 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 158 | 0 | 0.63 | 0.21 | 0.22 | 319.52 | 0.53 | 0.53 |
| Hex | C7 | 49 | 9E | 0 | 3F | 15 | 16 | 140 | 35 | 35 |
| Octal | 307 | 111 | 236 | 0 | 77 | 25 | 26 | 500 | 65 | 65 |
| Binary | 11000111 | 1001001 | 10011110 | 0 | 111111 | 10101 | 10110 | 101000000 | 110101 | 110101 |
Color Harmonies of #C7499E
Complementary color
Monochromatic Colors of #C7499E
Black with #C7499E
Text Example
Text Example
White with #C7499E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7499E; }
p { color: rgb(199,73,158); }
H1.HeaderClassName
{
color: #C7499E;
}
.AnyTagClassName
{
color: #C7499E;
}
</style>
background-color css
<style>
a { background-color: #C7499E; }
a { background-color: rgb(199,73,158); }
div.DivClassName
{
background-color: #C7499E;
}
.BgClassName
{
background-color: #C7499E;
}
</style>
border-color css
<style>
span { border-color: #C7499E; }
span { border-color: rgb(199,73,158); }
td.TdClassName
{
border-color: #C7499E;
}
.TagClassName
{
border-color: #C7499E;
}
</style>