Shades of Mulberry #C7549E
Tints of Mulberry #C7549E
RGB
CMYK
RGB Variations
Color information
#C7549E (or 0xC7549E) is known color: Mulberry. HEX triplet: C7, 54 and 9E. RGB value is (199,84,158). Sum of RGB (Red+Green+Blue) = 199+84+158=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7549E is #38AB61. Grayscale: #7E7E7E. Windows color (decimal): -3713890 or 10376391. OLE color: 10376391.
HSL color Cylindrical-coordinate representation of color #C7549E: hue angle of 321.39º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7549E is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 84 | 158 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.22 |
| HSL | 321.39º | 0.51% | 0.55% | - |
| HSV(B) | 321.39º | 0.58% | 0.78% | - |
| XYZ | 32.9 | 20.95 | 34.66 | - |
| YUV | 126.82 | 145.6 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 158 | 0 | 0.58 | 0.21 | 0.22 | 321.39 | 0.51 | 0.55 |
| Hex | C7 | 54 | 9E | 0 | 3A | 15 | 16 | 141 | 33 | 37 |
| Octal | 307 | 124 | 236 | 0 | 72 | 25 | 26 | 501 | 63 | 67 |
| Binary | 11000111 | 1010100 | 10011110 | 0 | 111010 | 10101 | 10110 | 101000001 | 110011 | 110111 |
Color Harmonies of #C7549E
Complementary color
Monochromatic Colors of #C7549E
Black with #C7549E
Text Example
Text Example
White with #C7549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7549E; }
p { color: rgb(199,84,158); }
H1.HeaderClassName
{
color: #C7549E;
}
.AnyTagClassName
{
color: #C7549E;
}
</style>
background-color css
<style>
a { background-color: #C7549E; }
a { background-color: rgb(199,84,158); }
div.DivClassName
{
background-color: #C7549E;
}
.BgClassName
{
background-color: #C7549E;
}
</style>
border-color css
<style>
span { border-color: #C7549E; }
span { border-color: rgb(199,84,158); }
td.TdClassName
{
border-color: #C7549E;
}
.TagClassName
{
border-color: #C7549E;
}
</style>