Shades of Mulberry #C14D9E
Tints of Mulberry #C14D9E
RGB
CMYK
RGB Variations
Color information
#C14D9E (or 0xC14D9E) is known color: Mulberry. HEX triplet: C1, 4D and 9E. RGB value is (193,77,158). Sum of RGB (Red+Green+Blue) = 193+77+158=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14D9E is #3EB261. Grayscale: #787878. Windows color (decimal): -4108898 or 10374593. OLE color: 10374593.
HSL color Cylindrical-coordinate representation of color #C14D9E: hue angle of 318.1º 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 #C14D9E is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 158 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.24 |
| HSL | 318.1º | 0.48% | 0.53% | - |
| HSV(B) | 318.1º | 0.6% | 0.76% | - |
| XYZ | 30.82 | 19.11 | 34.41 | - |
| YUV | 120.92 | 148.93 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 158 | 0 | 0.60 | 0.18 | 0.24 | 318.1 | 0.48 | 0.53 |
| Hex | C1 | 4D | 9E | 0 | 3C | 12 | 18 | 13E | 30 | 35 |
| Octal | 301 | 115 | 236 | 0 | 74 | 22 | 30 | 476 | 60 | 65 |
| Binary | 11000001 | 1001101 | 10011110 | 0 | 111100 | 10010 | 11000 | 100111110 | 110000 | 110101 |
Color Harmonies of #C14D9E
Complementary color
Monochromatic Colors of #C14D9E
Black with #C14D9E
Text Example
Text Example
White with #C14D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D9E; }
p { color: rgb(193,77,158); }
H1.HeaderClassName
{
color: #C14D9E;
}
.AnyTagClassName
{
color: #C14D9E;
}
</style>
background-color css
<style>
a { background-color: #C14D9E; }
a { background-color: rgb(193,77,158); }
div.DivClassName
{
background-color: #C14D9E;
}
.BgClassName
{
background-color: #C14D9E;
}
</style>
border-color css
<style>
span { border-color: #C14D9E; }
span { border-color: rgb(193,77,158); }
td.TdClassName
{
border-color: #C14D9E;
}
.TagClassName
{
border-color: #C14D9E;
}
</style>