Shades of Mulberry #C7508D
Tints of Mulberry #C7508D
RGB
CMYK
RGB Variations
Color information
#C7508D (or 0xC7508D) is known color: Mulberry. HEX triplet: C7, 50 and 8D. RGB value is (199,80,141). Sum of RGB (Red+Green+Blue) = 199+80+141=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7508D is #38AF72. Grayscale: #7A7A7A. Windows color (decimal): -3714931 or 9261255. OLE color: 9261255.
HSL color Cylindrical-coordinate representation of color #C7508D: hue angle of 329.24º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7508D is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 141 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.22 |
| HSL | 329.24º | 0.52% | 0.55% | - |
| HSV(B) | 329.24º | 0.6% | 0.78% | - |
| XYZ | 31.23 | 19.8 | 27.38 | - |
| YUV | 122.54 | 138.42 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 141 | 0 | 0.60 | 0.29 | 0.22 | 329.24 | 0.52 | 0.55 |
| Hex | C7 | 50 | 8D | 0 | 3C | 1D | 16 | 149 | 34 | 37 |
| Octal | 307 | 120 | 215 | 0 | 74 | 35 | 26 | 511 | 64 | 67 |
| Binary | 11000111 | 1010000 | 10001101 | 0 | 111100 | 11101 | 10110 | 101001001 | 110100 | 110111 |
Color Harmonies of #C7508D
Complementary color
Monochromatic Colors of #C7508D
Black with #C7508D
Text Example
Text Example
White with #C7508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7508D; }
p { color: rgb(199,80,141); }
H1.HeaderClassName
{
color: #C7508D;
}
.AnyTagClassName
{
color: #C7508D;
}
</style>
background-color css
<style>
a { background-color: #C7508D; }
a { background-color: rgb(199,80,141); }
div.DivClassName
{
background-color: #C7508D;
}
.BgClassName
{
background-color: #C7508D;
}
</style>
border-color css
<style>
span { border-color: #C7508D; }
span { border-color: rgb(199,80,141); }
td.TdClassName
{
border-color: #C7508D;
}
.TagClassName
{
border-color: #C7508D;
}
</style>