Shades of Mulberry #C7538D
Tints of Mulberry #C7538D
RGB
CMYK
RGB Variations
Color information
#C7538D (or 0xC7538D) is known color: Mulberry. HEX triplet: C7, 53 and 8D. RGB value is (199,83,141). Sum of RGB (Red+Green+Blue) = 199+83+141=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7538D is #38AC72. Grayscale: #7C7C7C. Windows color (decimal): -3714163 or 9262023. OLE color: 9262023.
HSL color Cylindrical-coordinate representation of color #C7538D: hue angle of 330º 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 #C7538D is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 141 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.22 |
| HSL | 330º | 0.51% | 0.55% | - |
| HSV(B) | 330º | 0.58% | 0.78% | - |
| XYZ | 31.45 | 20.25 | 27.45 | - |
| YUV | 124.3 | 137.43 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 141 | 0 | 0.58 | 0.29 | 0.22 | 330 | 0.51 | 0.55 |
| Hex | C7 | 53 | 8D | 0 | 3A | 1D | 16 | 14A | 33 | 37 |
| Octal | 307 | 123 | 215 | 0 | 72 | 35 | 26 | 512 | 63 | 67 |
| Binary | 11000111 | 1010011 | 10001101 | 0 | 111010 | 11101 | 10110 | 101001010 | 110011 | 110111 |
Color Harmonies of #C7538D
Complementary color
Monochromatic Colors of #C7538D
Black with #C7538D
Text Example
Text Example
White with #C7538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7538D; }
p { color: rgb(199,83,141); }
H1.HeaderClassName
{
color: #C7538D;
}
.AnyTagClassName
{
color: #C7538D;
}
</style>
background-color css
<style>
a { background-color: #C7538D; }
a { background-color: rgb(199,83,141); }
div.DivClassName
{
background-color: #C7538D;
}
.BgClassName
{
background-color: #C7538D;
}
</style>
border-color css
<style>
span { border-color: #C7538D; }
span { border-color: rgb(199,83,141); }
td.TdClassName
{
border-color: #C7538D;
}
.TagClassName
{
border-color: #C7538D;
}
</style>