Shades of Mulberry #C14E8A
Tints of Mulberry #C14E8A
RGB
CMYK
RGB Variations
Color information
#C14E8A (or 0xC14E8A) is known color: Mulberry. HEX triplet: C1, 4E and 8A. RGB value is (193,78,138). Sum of RGB (Red+Green+Blue) = 193+78+138=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14E8A is #3EB175. Grayscale: #777777. Windows color (decimal): -4108662 or 9064129. OLE color: 9064129.
HSL color Cylindrical-coordinate representation of color #C14E8A: hue angle of 328.7º 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 #C14E8A is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 78 | 138 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.24 |
| HSL | 328.7º | 0.48% | 0.53% | - |
| HSV(B) | 328.7º | 0.6% | 0.76% | - |
| XYZ | 29.3 | 18.62 | 26.09 | - |
| YUV | 119.23 | 138.6 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 138 | 0 | 0.60 | 0.28 | 0.24 | 328.7 | 0.48 | 0.53 |
| Hex | C1 | 4E | 8A | 0 | 3C | 1C | 18 | 149 | 30 | 35 |
| Octal | 301 | 116 | 212 | 0 | 74 | 34 | 30 | 511 | 60 | 65 |
| Binary | 11000001 | 1001110 | 10001010 | 0 | 111100 | 11100 | 11000 | 101001001 | 110000 | 110101 |
Color Harmonies of #C14E8A
Complementary color
Monochromatic Colors of #C14E8A
Black with #C14E8A
Text Example
Text Example
White with #C14E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14E8A; }
p { color: rgb(193,78,138); }
H1.HeaderClassName
{
color: #C14E8A;
}
.AnyTagClassName
{
color: #C14E8A;
}
</style>
background-color css
<style>
a { background-color: #C14E8A; }
a { background-color: rgb(193,78,138); }
div.DivClassName
{
background-color: #C14E8A;
}
.BgClassName
{
background-color: #C14E8A;
}
</style>
border-color css
<style>
span { border-color: #C14E8A; }
span { border-color: rgb(193,78,138); }
td.TdClassName
{
border-color: #C14E8A;
}
.TagClassName
{
border-color: #C14E8A;
}
</style>