Shades of Mulberry #C7539F
Tints of Mulberry #C7539F
RGB
CMYK
RGB Variations
Color information
#C7539F (or 0xC7539F) is known color: Mulberry. HEX triplet: C7, 53 and 9F. RGB value is (199,83,159). Sum of RGB (Red+Green+Blue) = 199+83+159=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7539F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7539F is #38AC60. Grayscale: #7E7E7E. Windows color (decimal): -3714145 or 10441671. OLE color: 10441671.
HSL color Cylindrical-coordinate representation of color #C7539F: hue angle of 320.69º 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 #C7539F is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 159 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.22 |
| HSL | 320.69º | 0.51% | 0.55% | - |
| HSV(B) | 320.69º | 0.58% | 0.78% | - |
| XYZ | 32.9 | 20.83 | 35.09 | - |
| YUV | 126.35 | 146.43 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 159 | 0 | 0.58 | 0.20 | 0.22 | 320.69 | 0.51 | 0.55 |
| Hex | C7 | 53 | 9F | 0 | 3A | 14 | 16 | 141 | 33 | 37 |
| Octal | 307 | 123 | 237 | 0 | 72 | 24 | 26 | 501 | 63 | 67 |
| Binary | 11000111 | 1010011 | 10011111 | 0 | 111010 | 10100 | 10110 | 101000001 | 110011 | 110111 |
Color Harmonies of #C7539F
Complementary color
Monochromatic Colors of #C7539F
Black with #C7539F
Text Example
Text Example
White with #C7539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7539F; }
p { color: rgb(199,83,159); }
H1.HeaderClassName
{
color: #C7539F;
}
.AnyTagClassName
{
color: #C7539F;
}
</style>
background-color css
<style>
a { background-color: #C7539F; }
a { background-color: rgb(199,83,159); }
div.DivClassName
{
background-color: #C7539F;
}
.BgClassName
{
background-color: #C7539F;
}
</style>
border-color css
<style>
span { border-color: #C7539F; }
span { border-color: rgb(199,83,159); }
td.TdClassName
{
border-color: #C7539F;
}
.TagClassName
{
border-color: #C7539F;
}
</style>