Shades of Mulberry #C14D81
Tints of Mulberry #C14D81
RGB
CMYK
RGB Variations
Color information
#C14D81 (or 0xC14D81) is known color: Mulberry. HEX triplet: C1, 4D and 81. RGB value is (193,77,129). Sum of RGB (Red+Green+Blue) = 193+77+129=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14D81 is #3EB27E. Grayscale: #757575. Windows color (decimal): -4108927 or 8474049. OLE color: 8474049.
HSL color Cylindrical-coordinate representation of color #C14D81: hue angle of 333.1º 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 #C14D81 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 129 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.24 |
| HSL | 333.1º | 0.48% | 0.53% | - |
| HSV(B) | 333.1º | 0.6% | 0.76% | - |
| XYZ | 28.61 | 18.23 | 22.78 | - |
| YUV | 117.61 | 134.43 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 129 | 0 | 0.60 | 0.33 | 0.24 | 333.1 | 0.48 | 0.53 |
| Hex | C1 | 4D | 81 | 0 | 3C | 21 | 18 | 14D | 30 | 35 |
| Octal | 301 | 115 | 201 | 0 | 74 | 41 | 30 | 515 | 60 | 65 |
| Binary | 11000001 | 1001101 | 10000001 | 0 | 111100 | 100001 | 11000 | 101001101 | 110000 | 110101 |
Color Harmonies of #C14D81
Complementary color
Monochromatic Colors of #C14D81
Black with #C14D81
Text Example
Text Example
White with #C14D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D81; }
p { color: rgb(193,77,129); }
H1.HeaderClassName
{
color: #C14D81;
}
.AnyTagClassName
{
color: #C14D81;
}
</style>
background-color css
<style>
a { background-color: #C14D81; }
a { background-color: rgb(193,77,129); }
div.DivClassName
{
background-color: #C14D81;
}
.BgClassName
{
background-color: #C14D81;
}
</style>
border-color css
<style>
span { border-color: #C14D81; }
span { border-color: rgb(193,77,129); }
td.TdClassName
{
border-color: #C14D81;
}
.TagClassName
{
border-color: #C14D81;
}
</style>