Shades of Mulberry #C14981
Tints of Mulberry #C14981
RGB
CMYK
RGB Variations
Color information
#C14981 (or 0xC14981) is known color: Mulberry. HEX triplet: C1, 49 and 81. RGB value is (193,73,129). Sum of RGB (Red+Green+Blue) = 193+73+129=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C14981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14981 is #3EB67E. Grayscale: #737373. Windows color (decimal): -4109951 or 8473025. OLE color: 8473025.
HSL color Cylindrical-coordinate representation of color #C14981: hue angle of 332º 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 #C14981 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 129 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.24 |
| HSL | 332º | 0.49% | 0.52% | - |
| HSV(B) | 332º | 0.62% | 0.76% | - |
| XYZ | 28.34 | 17.69 | 22.69 | - |
| YUV | 115.26 | 135.76 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 129 | 0 | 0.62 | 0.33 | 0.24 | 332 | 0.49 | 0.52 |
| Hex | C1 | 49 | 81 | 0 | 3E | 21 | 18 | 14C | 31 | 34 |
| Octal | 301 | 111 | 201 | 0 | 76 | 41 | 30 | 514 | 61 | 64 |
| Binary | 11000001 | 1001001 | 10000001 | 0 | 111110 | 100001 | 11000 | 101001100 | 110001 | 110100 |
Color Harmonies of #C14981
Complementary color
Monochromatic Colors of #C14981
Black with #C14981
Text Example
Text Example
White with #C14981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14981; }
p { color: rgb(193,73,129); }
H1.HeaderClassName
{
color: #C14981;
}
.AnyTagClassName
{
color: #C14981;
}
</style>
background-color css
<style>
a { background-color: #C14981; }
a { background-color: rgb(193,73,129); }
div.DivClassName
{
background-color: #C14981;
}
.BgClassName
{
background-color: #C14981;
}
</style>
border-color css
<style>
span { border-color: #C14981; }
span { border-color: rgb(193,73,129); }
td.TdClassName
{
border-color: #C14981;
}
.TagClassName
{
border-color: #C14981;
}
</style>