Shades of Mulberry #C14D85
Tints of Mulberry #C14D85
RGB
CMYK
RGB Variations
Color information
#C14D85 (or 0xC14D85) is known color: Mulberry. HEX triplet: C1, 4D and 85. RGB value is (193,77,133). Sum of RGB (Red+Green+Blue) = 193+77+133=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14D85 is #3EB27A. Grayscale: #757575. Windows color (decimal): -4108923 or 8736193. OLE color: 8736193.
HSL color Cylindrical-coordinate representation of color #C14D85: hue angle of 331.03º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14D85 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 133 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.24 |
| HSL | 331.03º | 0.48% | 0.53% | - |
| HSV(B) | 331.03º | 0.6% | 0.76% | - |
| XYZ | 28.88 | 18.34 | 24.21 | - |
| YUV | 118.07 | 136.43 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 133 | 0 | 0.60 | 0.31 | 0.24 | 331.03 | 0.48 | 0.53 |
| Hex | C1 | 4D | 85 | 0 | 3C | 1F | 18 | 14B | 30 | 35 |
| Octal | 301 | 115 | 205 | 0 | 74 | 37 | 30 | 513 | 60 | 65 |
| Binary | 11000001 | 1001101 | 10000101 | 0 | 111100 | 11111 | 11000 | 101001011 | 110000 | 110101 |
Color Harmonies of #C14D85
Complementary color
Monochromatic Colors of #C14D85
Black with #C14D85
Text Example
Text Example
White with #C14D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D85; }
p { color: rgb(193,77,133); }
H1.HeaderClassName
{
color: #C14D85;
}
.AnyTagClassName
{
color: #C14D85;
}
</style>
background-color css
<style>
a { background-color: #C14D85; }
a { background-color: rgb(193,77,133); }
div.DivClassName
{
background-color: #C14D85;
}
.BgClassName
{
background-color: #C14D85;
}
</style>
border-color css
<style>
span { border-color: #C14D85; }
span { border-color: rgb(193,77,133); }
td.TdClassName
{
border-color: #C14D85;
}
.TagClassName
{
border-color: #C14D85;
}
</style>