Shades of Mulberry #C14584
Tints of Mulberry #C14584
RGB
CMYK
RGB Variations
Color information
#C14584 (or 0xC14584) is known color: Mulberry. HEX triplet: C1, 45 and 84. RGB value is (193,69,132). Sum of RGB (Red+Green+Blue) = 193+69+132=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C14584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14584 is #3EBA7B. Grayscale: #717171. Windows color (decimal): -4110972 or 8668609. OLE color: 8668609.
HSL color Cylindrical-coordinate representation of color #C14584: hue angle of 329.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14584 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 132 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.24 |
| HSL | 329.52º | 0.5% | 0.51% | - |
| HSV(B) | 329.52º | 0.64% | 0.76% | - |
| XYZ | 28.29 | 17.26 | 23.67 | - |
| YUV | 113.26 | 138.58 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 132 | 0 | 0.64 | 0.32 | 0.24 | 329.52 | 0.5 | 0.51 |
| Hex | C1 | 45 | 84 | 0 | 40 | 20 | 18 | 14A | 32 | 33 |
| Octal | 301 | 105 | 204 | 0 | 100 | 40 | 30 | 512 | 62 | 63 |
| Binary | 11000001 | 1000101 | 10000100 | 0 | 1000000 | 100000 | 11000 | 101001010 | 110010 | 110011 |
Color Harmonies of #C14584
Complementary color
Monochromatic Colors of #C14584
Black with #C14584
Text Example
Text Example
White with #C14584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14584; }
p { color: rgb(193,69,132); }
H1.HeaderClassName
{
color: #C14584;
}
.AnyTagClassName
{
color: #C14584;
}
</style>
background-color css
<style>
a { background-color: #C14584; }
a { background-color: rgb(193,69,132); }
div.DivClassName
{
background-color: #C14584;
}
.BgClassName
{
background-color: #C14584;
}
</style>
border-color css
<style>
span { border-color: #C14584; }
span { border-color: rgb(193,69,132); }
td.TdClassName
{
border-color: #C14584;
}
.TagClassName
{
border-color: #C14584;
}
</style>