Shades of Mulberry #C14089
Tints of Mulberry #C14089
RGB
CMYK
RGB Variations
Color information
#C14089 (or 0xC14089) is known color: Mulberry. HEX triplet: C1, 40 and 89. RGB value is (193,64,137). Sum of RGB (Red+Green+Blue) = 193+64+137=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C14089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14089 is #3EBF76. Grayscale: #6E6E6E. Windows color (decimal): -4112247 or 8995009. OLE color: 8995009.
HSL color Cylindrical-coordinate representation of color #C14089: hue angle of 326.05º 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 #C14089 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 137 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.24 |
| HSL | 326.05º | 0.51% | 0.5% | - |
| HSV(B) | 326.05º | 0.67% | 0.76% | - |
| XYZ | 28.34 | 16.81 | 25.42 | - |
| YUV | 110.89 | 142.74 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 137 | 0 | 0.67 | 0.29 | 0.24 | 326.05 | 0.51 | 0.5 |
| Hex | C1 | 40 | 89 | 0 | 43 | 1D | 18 | 146 | 33 | 32 |
| Octal | 301 | 100 | 211 | 0 | 103 | 35 | 30 | 506 | 63 | 62 |
| Binary | 11000001 | 1000000 | 10001001 | 0 | 1000011 | 11101 | 11000 | 101000110 | 110011 | 110010 |
Color Harmonies of #C14089
Complementary color
Monochromatic Colors of #C14089
Black with #C14089
Text Example
Text Example
White with #C14089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14089; }
p { color: rgb(193,64,137); }
H1.HeaderClassName
{
color: #C14089;
}
.AnyTagClassName
{
color: #C14089;
}
</style>
background-color css
<style>
a { background-color: #C14089; }
a { background-color: rgb(193,64,137); }
div.DivClassName
{
background-color: #C14089;
}
.BgClassName
{
background-color: #C14089;
}
</style>
border-color css
<style>
span { border-color: #C14089; }
span { border-color: rgb(193,64,137); }
td.TdClassName
{
border-color: #C14089;
}
.TagClassName
{
border-color: #C14089;
}
</style>