Shades of Mulberry #C14D9F
Tints of Mulberry #C14D9F
RGB
CMYK
RGB Variations
Color information
#C14D9F (or 0xC14D9F) is known color: Mulberry. HEX triplet: C1, 4D and 9F. RGB value is (193,77,159). Sum of RGB (Red+Green+Blue) = 193+77+159=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14D9F is #3EB260. Grayscale: #787878. Windows color (decimal): -4108897 or 10440129. OLE color: 10440129.
HSL color Cylindrical-coordinate representation of color #C14D9F: hue angle of 317.59º 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 #C14D9F is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 159 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.24 |
| HSL | 317.59º | 0.48% | 0.53% | - |
| HSV(B) | 317.59º | 0.6% | 0.76% | - |
| XYZ | 30.9 | 19.15 | 34.87 | - |
| YUV | 121.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 159 | 0 | 0.60 | 0.18 | 0.24 | 317.59 | 0.48 | 0.53 |
| Hex | C1 | 4D | 9F | 0 | 3C | 12 | 18 | 13E | 30 | 35 |
| Octal | 301 | 115 | 237 | 0 | 74 | 22 | 30 | 476 | 60 | 65 |
| Binary | 11000001 | 1001101 | 10011111 | 0 | 111100 | 10010 | 11000 | 100111110 | 110000 | 110101 |
Color Harmonies of #C14D9F
Complementary color
Monochromatic Colors of #C14D9F
Black with #C14D9F
Text Example
Text Example
White with #C14D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D9F; }
p { color: rgb(193,77,159); }
H1.HeaderClassName
{
color: #C14D9F;
}
.AnyTagClassName
{
color: #C14D9F;
}
</style>
background-color css
<style>
a { background-color: #C14D9F; }
a { background-color: rgb(193,77,159); }
div.DivClassName
{
background-color: #C14D9F;
}
.BgClassName
{
background-color: #C14D9F;
}
</style>
border-color css
<style>
span { border-color: #C14D9F; }
span { border-color: rgb(193,77,159); }
td.TdClassName
{
border-color: #C14D9F;
}
.TagClassName
{
border-color: #C14D9F;
}
</style>