Shades of Mulberry #C14D8C
Tints of Mulberry #C14D8C
RGB
CMYK
RGB Variations
Color information
#C14D8C (or 0xC14D8C) is known color: Mulberry. HEX triplet: C1, 4D and 8C. RGB value is (193,77,140). Sum of RGB (Red+Green+Blue) = 193+77+140=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14D8C is #3EB273. Grayscale: #767676. Windows color (decimal): -4108916 or 9194945. OLE color: 9194945.
HSL color Cylindrical-coordinate representation of color #C14D8C: hue angle of 327.41º 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 #C14D8C is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 140 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.24 |
| HSL | 327.41º | 0.48% | 0.53% | - |
| HSV(B) | 327.41º | 0.6% | 0.76% | - |
| XYZ | 29.38 | 18.54 | 26.84 | - |
| YUV | 118.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 140 | 0 | 0.60 | 0.27 | 0.24 | 327.41 | 0.48 | 0.53 |
| Hex | C1 | 4D | 8C | 0 | 3C | 1B | 18 | 147 | 30 | 35 |
| Octal | 301 | 115 | 214 | 0 | 74 | 33 | 30 | 507 | 60 | 65 |
| Binary | 11000001 | 1001101 | 10001100 | 0 | 111100 | 11011 | 11000 | 101000111 | 110000 | 110101 |
Color Harmonies of #C14D8C
Complementary color
Monochromatic Colors of #C14D8C
Black with #C14D8C
Text Example
Text Example
White with #C14D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D8C; }
p { color: rgb(193,77,140); }
H1.HeaderClassName
{
color: #C14D8C;
}
.AnyTagClassName
{
color: #C14D8C;
}
</style>
background-color css
<style>
a { background-color: #C14D8C; }
a { background-color: rgb(193,77,140); }
div.DivClassName
{
background-color: #C14D8C;
}
.BgClassName
{
background-color: #C14D8C;
}
</style>
border-color css
<style>
span { border-color: #C14D8C; }
span { border-color: rgb(193,77,140); }
td.TdClassName
{
border-color: #C14D8C;
}
.TagClassName
{
border-color: #C14D8C;
}
</style>