Shades of Mulberry #C14788
Tints of Mulberry #C14788
RGB
CMYK
RGB Variations
Color information
#C14788 (or 0xC14788) is known color: Mulberry. HEX triplet: C1, 47 and 88. RGB value is (193,71,136). Sum of RGB (Red+Green+Blue) = 193+71+136=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C14788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14788 is #3EB877. Grayscale: #727272. Windows color (decimal): -4110456 or 8931265. OLE color: 8931265.
HSL color Cylindrical-coordinate representation of color #C14788: hue angle of 328.03º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14788 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 136 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.24 |
| HSL | 328.03º | 0.5% | 0.52% | - |
| HSV(B) | 328.03º | 0.63% | 0.76% | - |
| XYZ | 28.69 | 17.62 | 25.18 | - |
| YUV | 114.89 | 139.92 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 136 | 0 | 0.63 | 0.30 | 0.24 | 328.03 | 0.5 | 0.52 |
| Hex | C1 | 47 | 88 | 0 | 3F | 1E | 18 | 148 | 32 | 34 |
| Octal | 301 | 107 | 210 | 0 | 77 | 36 | 30 | 510 | 62 | 64 |
| Binary | 11000001 | 1000111 | 10001000 | 0 | 111111 | 11110 | 11000 | 101001000 | 110010 | 110100 |
Color Harmonies of #C14788
Complementary color
Monochromatic Colors of #C14788
Black with #C14788
Text Example
Text Example
White with #C14788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14788; }
p { color: rgb(193,71,136); }
H1.HeaderClassName
{
color: #C14788;
}
.AnyTagClassName
{
color: #C14788;
}
</style>
background-color css
<style>
a { background-color: #C14788; }
a { background-color: rgb(193,71,136); }
div.DivClassName
{
background-color: #C14788;
}
.BgClassName
{
background-color: #C14788;
}
</style>
border-color css
<style>
span { border-color: #C14788; }
span { border-color: rgb(193,71,136); }
td.TdClassName
{
border-color: #C14788;
}
.TagClassName
{
border-color: #C14788;
}
</style>