Shades of Mulberry #C14D8A
Tints of Mulberry #C14D8A
RGB
CMYK
RGB Variations
Color information
#C14D8A (or 0xC14D8A) is known color: Mulberry. HEX triplet: C1, 4D and 8A. RGB value is (193,77,138). Sum of RGB (Red+Green+Blue) = 193+77+138=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14D8A is #3EB275. Grayscale: #767676. Windows color (decimal): -4108918 or 9063873. OLE color: 9063873.
HSL color Cylindrical-coordinate representation of color #C14D8A: hue angle of 328.45º 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 #C14D8A is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 138 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.24 |
| HSL | 328.45º | 0.48% | 0.53% | - |
| HSV(B) | 328.45º | 0.6% | 0.76% | - |
| XYZ | 29.23 | 18.48 | 26.07 | - |
| YUV | 118.64 | 138.93 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 138 | 0 | 0.60 | 0.28 | 0.24 | 328.45 | 0.48 | 0.53 |
| Hex | C1 | 4D | 8A | 0 | 3C | 1C | 18 | 148 | 30 | 35 |
| Octal | 301 | 115 | 212 | 0 | 74 | 34 | 30 | 510 | 60 | 65 |
| Binary | 11000001 | 1001101 | 10001010 | 0 | 111100 | 11100 | 11000 | 101001000 | 110000 | 110101 |
Color Harmonies of #C14D8A
Complementary color
Monochromatic Colors of #C14D8A
Black with #C14D8A
Text Example
Text Example
White with #C14D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D8A; }
p { color: rgb(193,77,138); }
H1.HeaderClassName
{
color: #C14D8A;
}
.AnyTagClassName
{
color: #C14D8A;
}
</style>
background-color css
<style>
a { background-color: #C14D8A; }
a { background-color: rgb(193,77,138); }
div.DivClassName
{
background-color: #C14D8A;
}
.BgClassName
{
background-color: #C14D8A;
}
</style>
border-color css
<style>
span { border-color: #C14D8A; }
span { border-color: rgb(193,77,138); }
td.TdClassName
{
border-color: #C14D8A;
}
.TagClassName
{
border-color: #C14D8A;
}
</style>