Shades of Mulberry #C14E8D
Tints of Mulberry #C14E8D
RGB
CMYK
RGB Variations
Color information
#C14E8D (or 0xC14E8D) is known color: Mulberry. HEX triplet: C1, 4E and 8D. RGB value is (193,78,141). Sum of RGB (Red+Green+Blue) = 193+78+141=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14E8D is #3EB172. Grayscale: #777777. Windows color (decimal): -4108659 or 9260737. OLE color: 9260737.
HSL color Cylindrical-coordinate representation of color #C14E8D: hue angle of 327.13º 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 #C14E8D is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 78 | 141 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.24 |
| HSL | 327.13º | 0.48% | 0.53% | - |
| HSV(B) | 327.13º | 0.6% | 0.76% | - |
| XYZ | 29.52 | 18.71 | 27.25 | - |
| YUV | 119.57 | 140.1 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 141 | 0 | 0.60 | 0.27 | 0.24 | 327.13 | 0.48 | 0.53 |
| Hex | C1 | 4E | 8D | 0 | 3C | 1B | 18 | 147 | 30 | 35 |
| Octal | 301 | 116 | 215 | 0 | 74 | 33 | 30 | 507 | 60 | 65 |
| Binary | 11000001 | 1001110 | 10001101 | 0 | 111100 | 11011 | 11000 | 101000111 | 110000 | 110101 |
Color Harmonies of #C14E8D
Complementary color
Monochromatic Colors of #C14E8D
Black with #C14E8D
Text Example
Text Example
White with #C14E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14E8D; }
p { color: rgb(193,78,141); }
H1.HeaderClassName
{
color: #C14E8D;
}
.AnyTagClassName
{
color: #C14E8D;
}
</style>
background-color css
<style>
a { background-color: #C14E8D; }
a { background-color: rgb(193,78,141); }
div.DivClassName
{
background-color: #C14E8D;
}
.BgClassName
{
background-color: #C14E8D;
}
</style>
border-color css
<style>
span { border-color: #C14E8D; }
span { border-color: rgb(193,78,141); }
td.TdClassName
{
border-color: #C14E8D;
}
.TagClassName
{
border-color: #C14E8D;
}
</style>