Shades of Mulberry #C14E8C
Tints of Mulberry #C14E8C
RGB
CMYK
RGB Variations
Color information
#C14E8C (or 0xC14E8C) is known color: Mulberry. HEX triplet: C1, 4E and 8C. RGB value is (193,78,140). Sum of RGB (Red+Green+Blue) = 193+78+140=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14E8C is #3EB173. Grayscale: #777777. Windows color (decimal): -4108660 or 9195201. OLE color: 9195201.
HSL color Cylindrical-coordinate representation of color #C14E8C: hue angle of 327.65º 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 #C14E8C is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 78 | 140 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.24 |
| HSL | 327.65º | 0.48% | 0.53% | - |
| HSV(B) | 327.65º | 0.6% | 0.76% | - |
| XYZ | 29.45 | 18.68 | 26.86 | - |
| YUV | 119.45 | 139.6 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 140 | 0 | 0.60 | 0.27 | 0.24 | 327.65 | 0.48 | 0.53 |
| Hex | C1 | 4E | 8C | 0 | 3C | 1B | 18 | 148 | 30 | 35 |
| Octal | 301 | 116 | 214 | 0 | 74 | 33 | 30 | 510 | 60 | 65 |
| Binary | 11000001 | 1001110 | 10001100 | 0 | 111100 | 11011 | 11000 | 101001000 | 110000 | 110101 |
Color Harmonies of #C14E8C
Complementary color
Monochromatic Colors of #C14E8C
Black with #C14E8C
Text Example
Text Example
White with #C14E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14E8C; }
p { color: rgb(193,78,140); }
H1.HeaderClassName
{
color: #C14E8C;
}
.AnyTagClassName
{
color: #C14E8C;
}
</style>
background-color css
<style>
a { background-color: #C14E8C; }
a { background-color: rgb(193,78,140); }
div.DivClassName
{
background-color: #C14E8C;
}
.BgClassName
{
background-color: #C14E8C;
}
</style>
border-color css
<style>
span { border-color: #C14E8C; }
span { border-color: rgb(193,78,140); }
td.TdClassName
{
border-color: #C14E8C;
}
.TagClassName
{
border-color: #C14E8C;
}
</style>