Shades of Mulberry #C14DA4
Tints of Mulberry #C14DA4
RGB
CMYK
RGB Variations
Color information
#C14DA4 (or 0xC14DA4) is known color: Mulberry. HEX triplet: C1, 4D and A4. RGB value is (193,77,164). Sum of RGB (Red+Green+Blue) = 193+77+164=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14DA4 is #3EB25B. Grayscale: #797979. Windows color (decimal): -4108892 or 10767809. OLE color: 10767809.
HSL color Cylindrical-coordinate representation of color #C14DA4: hue angle of 315º 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 #C14DA4 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 164 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.24 |
| HSL | 315º | 0.48% | 0.53% | - |
| HSV(B) | 315º | 0.6% | 0.76% | - |
| XYZ | 31.35 | 19.33 | 37.2 | - |
| YUV | 121.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 164 | 0 | 0.60 | 0.15 | 0.24 | 315 | 0.48 | 0.53 |
| Hex | C1 | 4D | A4 | 0 | 3C | F | 18 | 13B | 30 | 35 |
| Octal | 301 | 115 | 244 | 0 | 74 | 17 | 30 | 473 | 60 | 65 |
| Binary | 11000001 | 1001101 | 10100100 | 0 | 111100 | 1111 | 11000 | 100111011 | 110000 | 110101 |
Color Harmonies of #C14DA4
Complementary color
Monochromatic Colors of #C14DA4
Black with #C14DA4
Text Example
Text Example
White with #C14DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14DA4; }
p { color: rgb(193,77,164); }
H1.HeaderClassName
{
color: #C14DA4;
}
.AnyTagClassName
{
color: #C14DA4;
}
</style>
background-color css
<style>
a { background-color: #C14DA4; }
a { background-color: rgb(193,77,164); }
div.DivClassName
{
background-color: #C14DA4;
}
.BgClassName
{
background-color: #C14DA4;
}
</style>
border-color css
<style>
span { border-color: #C14DA4; }
span { border-color: rgb(193,77,164); }
td.TdClassName
{
border-color: #C14DA4;
}
.TagClassName
{
border-color: #C14DA4;
}
</style>