Shades of Mulberry #C14884
Tints of Mulberry #C14884
RGB
CMYK
RGB Variations
Color information
#C14884 (or 0xC14884) is known color: Mulberry. HEX triplet: C1, 48 and 84. RGB value is (193,72,132). Sum of RGB (Red+Green+Blue) = 193+72+132=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C14884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14884 is #3EB77B. Grayscale: #727272. Windows color (decimal): -4110204 or 8669377. OLE color: 8669377.
HSL color Cylindrical-coordinate representation of color #C14884: hue angle of 330.25º degrees, saturation: 0.49, 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 #C14884 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 132 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.24 |
| HSL | 330.25º | 0.49% | 0.52% | - |
| HSV(B) | 330.25º | 0.63% | 0.76% | - |
| XYZ | 28.47 | 17.64 | 23.73 | - |
| YUV | 115.02 | 137.59 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 132 | 0 | 0.63 | 0.32 | 0.24 | 330.25 | 0.49 | 0.52 |
| Hex | C1 | 48 | 84 | 0 | 3F | 20 | 18 | 14A | 31 | 34 |
| Octal | 301 | 110 | 204 | 0 | 77 | 40 | 30 | 512 | 61 | 64 |
| Binary | 11000001 | 1001000 | 10000100 | 0 | 111111 | 100000 | 11000 | 101001010 | 110001 | 110100 |
Color Harmonies of #C14884
Complementary color
Monochromatic Colors of #C14884
Black with #C14884
Text Example
Text Example
White with #C14884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14884; }
p { color: rgb(193,72,132); }
H1.HeaderClassName
{
color: #C14884;
}
.AnyTagClassName
{
color: #C14884;
}
</style>
background-color css
<style>
a { background-color: #C14884; }
a { background-color: rgb(193,72,132); }
div.DivClassName
{
background-color: #C14884;
}
.BgClassName
{
background-color: #C14884;
}
</style>
border-color css
<style>
span { border-color: #C14884; }
span { border-color: rgb(193,72,132); }
td.TdClassName
{
border-color: #C14884;
}
.TagClassName
{
border-color: #C14884;
}
</style>