Shades of Mulberry #C14D98
Tints of Mulberry #C14D98
RGB
CMYK
RGB Variations
Color information
#C14D98 (or 0xC14D98) is known color: Mulberry. HEX triplet: C1, 4D and 98. RGB value is (193,77,152). Sum of RGB (Red+Green+Blue) = 193+77+152=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14D98 is #3EB267. Grayscale: #787878. Windows color (decimal): -4108904 or 9981377. OLE color: 9981377.
HSL color Cylindrical-coordinate representation of color #C14D98: hue angle of 321.21º 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 #C14D98 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 152 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.24 |
| HSL | 321.21º | 0.48% | 0.53% | - |
| HSV(B) | 321.21º | 0.6% | 0.76% | - |
| XYZ | 30.31 | 18.91 | 31.76 | - |
| YUV | 120.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 152 | 0 | 0.60 | 0.21 | 0.24 | 321.21 | 0.48 | 0.53 |
| Hex | C1 | 4D | 98 | 0 | 3C | 15 | 18 | 141 | 30 | 35 |
| Octal | 301 | 115 | 230 | 0 | 74 | 25 | 30 | 501 | 60 | 65 |
| Binary | 11000001 | 1001101 | 10011000 | 0 | 111100 | 10101 | 11000 | 101000001 | 110000 | 110101 |
Color Harmonies of #C14D98
Complementary color
Monochromatic Colors of #C14D98
Black with #C14D98
Text Example
Text Example
White with #C14D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D98; }
p { color: rgb(193,77,152); }
H1.HeaderClassName
{
color: #C14D98;
}
.AnyTagClassName
{
color: #C14D98;
}
</style>
background-color css
<style>
a { background-color: #C14D98; }
a { background-color: rgb(193,77,152); }
div.DivClassName
{
background-color: #C14D98;
}
.BgClassName
{
background-color: #C14D98;
}
</style>
border-color css
<style>
span { border-color: #C14D98; }
span { border-color: rgb(193,77,152); }
td.TdClassName
{
border-color: #C14D98;
}
.TagClassName
{
border-color: #C14D98;
}
</style>