Shades of Mulberry #C14C90
Tints of Mulberry #C14C90
RGB
CMYK
RGB Variations
Color information
#C14C90 (or 0xC14C90) is known color: Mulberry. HEX triplet: C1, 4C and 90. RGB value is (193,76,144). Sum of RGB (Red+Green+Blue) = 193+76+144=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14C90 is #3EB36F. Grayscale: #767676. Windows color (decimal): -4109168 or 9456833. OLE color: 9456833.
HSL color Cylindrical-coordinate representation of color #C14C90: hue angle of 325.13º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14C90 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 144 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.24 |
| HSL | 325.13º | 0.49% | 0.53% | - |
| HSV(B) | 325.13º | 0.61% | 0.76% | - |
| XYZ | 29.61 | 18.52 | 28.4 | - |
| YUV | 118.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 144 | 0 | 0.61 | 0.25 | 0.24 | 325.13 | 0.49 | 0.53 |
| Hex | C1 | 4C | 90 | 0 | 3D | 19 | 18 | 145 | 31 | 35 |
| Octal | 301 | 114 | 220 | 0 | 75 | 31 | 30 | 505 | 61 | 65 |
| Binary | 11000001 | 1001100 | 10010000 | 0 | 111101 | 11001 | 11000 | 101000101 | 110001 | 110101 |
Color Harmonies of #C14C90
Complementary color
Monochromatic Colors of #C14C90
Black with #C14C90
Text Example
Text Example
White with #C14C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C90; }
p { color: rgb(193,76,144); }
H1.HeaderClassName
{
color: #C14C90;
}
.AnyTagClassName
{
color: #C14C90;
}
</style>
background-color css
<style>
a { background-color: #C14C90; }
a { background-color: rgb(193,76,144); }
div.DivClassName
{
background-color: #C14C90;
}
.BgClassName
{
background-color: #C14C90;
}
</style>
border-color css
<style>
span { border-color: #C14C90; }
span { border-color: rgb(193,76,144); }
td.TdClassName
{
border-color: #C14C90;
}
.TagClassName
{
border-color: #C14C90;
}
</style>