Shades of Mulberry #C14084
Tints of Mulberry #C14084
RGB
CMYK
RGB Variations
Color information
#C14084 (or 0xC14084) is known color: Mulberry. HEX triplet: C1, 40 and 84. RGB value is (193,64,132). Sum of RGB (Red+Green+Blue) = 193+64+132=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C14084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14084 is #3EBF7B. Grayscale: #6E6E6E. Windows color (decimal): -4112252 or 8667329. OLE color: 8667329.
HSL color Cylindrical-coordinate representation of color #C14084: hue angle of 328.37º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C14084 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 132 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.24 |
| HSL | 328.37º | 0.51% | 0.5% | - |
| HSV(B) | 328.37º | 0.67% | 0.76% | - |
| XYZ | 27.99 | 16.67 | 23.57 | - |
| YUV | 110.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 132 | 0 | 0.67 | 0.32 | 0.24 | 328.37 | 0.51 | 0.5 |
| Hex | C1 | 40 | 84 | 0 | 43 | 20 | 18 | 148 | 33 | 32 |
| Octal | 301 | 100 | 204 | 0 | 103 | 40 | 30 | 510 | 63 | 62 |
| Binary | 11000001 | 1000000 | 10000100 | 0 | 1000011 | 100000 | 11000 | 101001000 | 110011 | 110010 |
Color Harmonies of #C14084
Complementary color
Monochromatic Colors of #C14084
Black with #C14084
Text Example
Text Example
White with #C14084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14084; }
p { color: rgb(193,64,132); }
H1.HeaderClassName
{
color: #C14084;
}
.AnyTagClassName
{
color: #C14084;
}
</style>
background-color css
<style>
a { background-color: #C14084; }
a { background-color: rgb(193,64,132); }
div.DivClassName
{
background-color: #C14084;
}
.BgClassName
{
background-color: #C14084;
}
</style>
border-color css
<style>
span { border-color: #C14084; }
span { border-color: rgb(193,64,132); }
td.TdClassName
{
border-color: #C14084;
}
.TagClassName
{
border-color: #C14084;
}
</style>