Shades of Mulberry #C7488E
Tints of Mulberry #C7488E
RGB
CMYK
RGB Variations
Color information
#C7488E (or 0xC7488E) is known color: Mulberry. HEX triplet: C7, 48 and 8E. RGB value is (199,72,142). Sum of RGB (Red+Green+Blue) = 199+72+142=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C7488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7488E is #38B771. Grayscale: #757575. Windows color (decimal): -3716978 or 9324743. OLE color: 9324743.
HSL color Cylindrical-coordinate representation of color #C7488E: hue angle of 326.93º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7488E is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 142 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.22 |
| HSL | 326.93º | 0.53% | 0.53% | - |
| HSV(B) | 326.93º | 0.64% | 0.78% | - |
| XYZ | 30.75 | 18.73 | 27.59 | - |
| YUV | 117.95 | 141.58 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 142 | 0 | 0.64 | 0.29 | 0.22 | 326.93 | 0.53 | 0.53 |
| Hex | C7 | 48 | 8E | 0 | 40 | 1D | 16 | 147 | 35 | 35 |
| Octal | 307 | 110 | 216 | 0 | 100 | 35 | 26 | 507 | 65 | 65 |
| Binary | 11000111 | 1001000 | 10001110 | 0 | 1000000 | 11101 | 10110 | 101000111 | 110101 | 110101 |
Color Harmonies of #C7488E
Complementary color
Monochromatic Colors of #C7488E
Black with #C7488E
Text Example
Text Example
White with #C7488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7488E; }
p { color: rgb(199,72,142); }
H1.HeaderClassName
{
color: #C7488E;
}
.AnyTagClassName
{
color: #C7488E;
}
</style>
background-color css
<style>
a { background-color: #C7488E; }
a { background-color: rgb(199,72,142); }
div.DivClassName
{
background-color: #C7488E;
}
.BgClassName
{
background-color: #C7488E;
}
</style>
border-color css
<style>
span { border-color: #C7488E; }
span { border-color: rgb(199,72,142); }
td.TdClassName
{
border-color: #C7488E;
}
.TagClassName
{
border-color: #C7488E;
}
</style>