Shades of Mulberry #C14989
Tints of Mulberry #C14989
RGB
CMYK
RGB Variations
Color information
#C14989 (or 0xC14989) is known color: Mulberry. HEX triplet: C1, 49 and 89. RGB value is (193,73,137). Sum of RGB (Red+Green+Blue) = 193+73+137=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C14989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14989 is #3EB676. Grayscale: #747474. Windows color (decimal): -4109943 or 8997313. OLE color: 8997313.
HSL color Cylindrical-coordinate representation of color #C14989: hue angle of 328º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14989 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 137 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.24 |
| HSL | 328º | 0.49% | 0.52% | - |
| HSV(B) | 328º | 0.62% | 0.76% | - |
| XYZ | 28.89 | 17.91 | 25.6 | - |
| YUV | 116.18 | 139.76 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 137 | 0 | 0.62 | 0.29 | 0.24 | 328 | 0.49 | 0.52 |
| Hex | C1 | 49 | 89 | 0 | 3E | 1D | 18 | 148 | 31 | 34 |
| Octal | 301 | 111 | 211 | 0 | 76 | 35 | 30 | 510 | 61 | 64 |
| Binary | 11000001 | 1001001 | 10001001 | 0 | 111110 | 11101 | 11000 | 101001000 | 110001 | 110100 |
Color Harmonies of #C14989
Complementary color
Monochromatic Colors of #C14989
Black with #C14989
Text Example
Text Example
White with #C14989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14989; }
p { color: rgb(193,73,137); }
H1.HeaderClassName
{
color: #C14989;
}
.AnyTagClassName
{
color: #C14989;
}
</style>
background-color css
<style>
a { background-color: #C14989; }
a { background-color: rgb(193,73,137); }
div.DivClassName
{
background-color: #C14989;
}
.BgClassName
{
background-color: #C14989;
}
</style>
border-color css
<style>
span { border-color: #C14989; }
span { border-color: rgb(193,73,137); }
td.TdClassName
{
border-color: #C14989;
}
.TagClassName
{
border-color: #C14989;
}
</style>