Shades of Mulberry #C14E80
Tints of Mulberry #C14E80
RGB
CMYK
RGB Variations
Color information
#C14E80 (or 0xC14E80) is known color: Mulberry. HEX triplet: C1, 4E and 80. RGB value is (193,78,128). Sum of RGB (Red+Green+Blue) = 193+78+128=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14E80 is #3EB17F. Grayscale: #757575. Windows color (decimal): -4108672 or 8408769. OLE color: 8408769.
HSL color Cylindrical-coordinate representation of color #C14E80: hue angle of 333.91º 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 #C14E80 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 78 | 128 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.24 |
| HSL | 333.91º | 0.48% | 0.53% | - |
| HSV(B) | 333.91º | 0.6% | 0.76% | - |
| XYZ | 28.61 | 18.34 | 22.45 | - |
| YUV | 118.09 | 133.6 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 128 | 0 | 0.60 | 0.34 | 0.24 | 333.91 | 0.48 | 0.53 |
| Hex | C1 | 4E | 80 | 0 | 3C | 22 | 18 | 14E | 30 | 35 |
| Octal | 301 | 116 | 200 | 0 | 74 | 42 | 30 | 516 | 60 | 65 |
| Binary | 11000001 | 1001110 | 10000000 | 0 | 111100 | 100010 | 11000 | 101001110 | 110000 | 110101 |
Color Harmonies of #C14E80
Complementary color
Monochromatic Colors of #C14E80
Black with #C14E80
Text Example
Text Example
White with #C14E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14E80; }
p { color: rgb(193,78,128); }
H1.HeaderClassName
{
color: #C14E80;
}
.AnyTagClassName
{
color: #C14E80;
}
</style>
background-color css
<style>
a { background-color: #C14E80; }
a { background-color: rgb(193,78,128); }
div.DivClassName
{
background-color: #C14E80;
}
.BgClassName
{
background-color: #C14E80;
}
</style>
border-color css
<style>
span { border-color: #C14E80; }
span { border-color: rgb(193,78,128); }
td.TdClassName
{
border-color: #C14E80;
}
.TagClassName
{
border-color: #C14E80;
}
</style>