Shades of Mulberry #C14590
Tints of Mulberry #C14590
RGB
CMYK
RGB Variations
Color information
#C14590 (or 0xC14590) is known color: Mulberry. HEX triplet: C1, 45 and 90. RGB value is (193,69,144). Sum of RGB (Red+Green+Blue) = 193+69+144=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C14590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14590 is #3EBA6F. Grayscale: #727272. Windows color (decimal): -4110960 or 9455041. OLE color: 9455041.
HSL color Cylindrical-coordinate representation of color #C14590: hue angle of 323.71º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14590 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 144 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.24 |
| HSL | 323.71º | 0.5% | 0.51% | - |
| HSV(B) | 323.71º | 0.64% | 0.76% | - |
| XYZ | 29.15 | 17.61 | 28.25 | - |
| YUV | 114.63 | 144.58 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 144 | 0 | 0.64 | 0.25 | 0.24 | 323.71 | 0.5 | 0.51 |
| Hex | C1 | 45 | 90 | 0 | 40 | 19 | 18 | 144 | 32 | 33 |
| Octal | 301 | 105 | 220 | 0 | 100 | 31 | 30 | 504 | 62 | 63 |
| Binary | 11000001 | 1000101 | 10010000 | 0 | 1000000 | 11001 | 11000 | 101000100 | 110010 | 110011 |
Color Harmonies of #C14590
Complementary color
Monochromatic Colors of #C14590
Black with #C14590
Text Example
Text Example
White with #C14590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14590; }
p { color: rgb(193,69,144); }
H1.HeaderClassName
{
color: #C14590;
}
.AnyTagClassName
{
color: #C14590;
}
</style>
background-color css
<style>
a { background-color: #C14590; }
a { background-color: rgb(193,69,144); }
div.DivClassName
{
background-color: #C14590;
}
.BgClassName
{
background-color: #C14590;
}
</style>
border-color css
<style>
span { border-color: #C14590; }
span { border-color: rgb(193,69,144); }
td.TdClassName
{
border-color: #C14590;
}
.TagClassName
{
border-color: #C14590;
}
</style>