Shades of Mulberry #C14DA3
Tints of Mulberry #C14DA3
RGB
CMYK
RGB Variations
Color information
#C14DA3 (or 0xC14DA3) is known color: Mulberry. HEX triplet: C1, 4D and A3. RGB value is (193,77,163). Sum of RGB (Red+Green+Blue) = 193+77+163=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14DA3 is #3EB25C. Grayscale: #797979. Windows color (decimal): -4108893 or 10702273. OLE color: 10702273.
HSL color Cylindrical-coordinate representation of color #C14DA3: hue angle of 315.52º 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 #C14DA3 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 163 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.24 |
| HSL | 315.52º | 0.48% | 0.53% | - |
| HSV(B) | 315.52º | 0.6% | 0.76% | - |
| XYZ | 31.26 | 19.29 | 36.73 | - |
| YUV | 121.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 163 | 0 | 0.60 | 0.16 | 0.24 | 315.52 | 0.48 | 0.53 |
| Hex | C1 | 4D | A3 | 0 | 3C | 10 | 18 | 13C | 30 | 35 |
| Octal | 301 | 115 | 243 | 0 | 74 | 20 | 30 | 474 | 60 | 65 |
| Binary | 11000001 | 1001101 | 10100011 | 0 | 111100 | 10000 | 11000 | 100111100 | 110000 | 110101 |
Color Harmonies of #C14DA3
Complementary color
Monochromatic Colors of #C14DA3
Black with #C14DA3
Text Example
Text Example
White with #C14DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14DA3; }
p { color: rgb(193,77,163); }
H1.HeaderClassName
{
color: #C14DA3;
}
.AnyTagClassName
{
color: #C14DA3;
}
</style>
background-color css
<style>
a { background-color: #C14DA3; }
a { background-color: rgb(193,77,163); }
div.DivClassName
{
background-color: #C14DA3;
}
.BgClassName
{
background-color: #C14DA3;
}
</style>
border-color css
<style>
span { border-color: #C14DA3; }
span { border-color: rgb(193,77,163); }
td.TdClassName
{
border-color: #C14DA3;
}
.TagClassName
{
border-color: #C14DA3;
}
</style>