Shades of Mulberry #C14DA5
Tints of Mulberry #C14DA5
RGB
CMYK
RGB Variations
Color information
#C14DA5 (or 0xC14DA5) is known color: Mulberry. HEX triplet: C1, 4D and A5. RGB value is (193,77,165). Sum of RGB (Red+Green+Blue) = 193+77+165=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14DA5 is #3EB25A. Grayscale: #797979. Windows color (decimal): -4108891 or 10833345. OLE color: 10833345.
HSL color Cylindrical-coordinate representation of color #C14DA5: hue angle of 314.48º 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 #C14DA5 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 165 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.24 |
| HSL | 314.48º | 0.48% | 0.53% | - |
| HSV(B) | 314.48º | 0.6% | 0.76% | - |
| XYZ | 31.44 | 19.36 | 37.68 | - |
| YUV | 121.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 165 | 0 | 0.60 | 0.15 | 0.24 | 314.48 | 0.48 | 0.53 |
| Hex | C1 | 4D | A5 | 0 | 3C | F | 18 | 13A | 30 | 35 |
| Octal | 301 | 115 | 245 | 0 | 74 | 17 | 30 | 472 | 60 | 65 |
| Binary | 11000001 | 1001101 | 10100101 | 0 | 111100 | 1111 | 11000 | 100111010 | 110000 | 110101 |
Color Harmonies of #C14DA5
Complementary color
Monochromatic Colors of #C14DA5
Black with #C14DA5
Text Example
Text Example
White with #C14DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14DA5; }
p { color: rgb(193,77,165); }
H1.HeaderClassName
{
color: #C14DA5;
}
.AnyTagClassName
{
color: #C14DA5;
}
</style>
background-color css
<style>
a { background-color: #C14DA5; }
a { background-color: rgb(193,77,165); }
div.DivClassName
{
background-color: #C14DA5;
}
.BgClassName
{
background-color: #C14DA5;
}
</style>
border-color css
<style>
span { border-color: #C14DA5; }
span { border-color: rgb(193,77,165); }
td.TdClassName
{
border-color: #C14DA5;
}
.TagClassName
{
border-color: #C14DA5;
}
</style>