Shades of Mulberry #C14EA6
Tints of Mulberry #C14EA6
RGB
CMYK
RGB Variations
Color information
#C14EA6 (or 0xC14EA6) is known color: Mulberry. HEX triplet: C1, 4E and A6. RGB value is (193,78,166). Sum of RGB (Red+Green+Blue) = 193+78+166=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C14EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14EA6 is #3EB159. Grayscale: #7A7A7A. Windows color (decimal): -4108634 or 10899137. OLE color: 10899137.
HSL color Cylindrical-coordinate representation of color #C14EA6: hue angle of 314.09º 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 #C14EA6 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 78 | 166 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.24 |
| HSL | 314.09º | 0.48% | 0.53% | - |
| HSV(B) | 314.09º | 0.6% | 0.76% | - |
| XYZ | 31.6 | 19.54 | 38.18 | - |
| YUV | 122.42 | 152.6 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 166 | 0 | 0.60 | 0.14 | 0.24 | 314.09 | 0.48 | 0.53 |
| Hex | C1 | 4E | A6 | 0 | 3C | E | 18 | 13A | 30 | 35 |
| Octal | 301 | 116 | 246 | 0 | 74 | 16 | 30 | 472 | 60 | 65 |
| Binary | 11000001 | 1001110 | 10100110 | 0 | 111100 | 1110 | 11000 | 100111010 | 110000 | 110101 |
Color Harmonies of #C14EA6
Complementary color
Monochromatic Colors of #C14EA6
Black with #C14EA6
Text Example
Text Example
White with #C14EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14EA6; }
p { color: rgb(193,78,166); }
H1.HeaderClassName
{
color: #C14EA6;
}
.AnyTagClassName
{
color: #C14EA6;
}
</style>
background-color css
<style>
a { background-color: #C14EA6; }
a { background-color: rgb(193,78,166); }
div.DivClassName
{
background-color: #C14EA6;
}
.BgClassName
{
background-color: #C14EA6;
}
</style>
border-color css
<style>
span { border-color: #C14EA6; }
span { border-color: rgb(193,78,166); }
td.TdClassName
{
border-color: #C14EA6;
}
.TagClassName
{
border-color: #C14EA6;
}
</style>