Shades of Mulberry #C14C87
Tints of Mulberry #C14C87
RGB
CMYK
RGB Variations
Color information
#C14C87 (or 0xC14C87) is known color: Mulberry. HEX triplet: C1, 4C and 87. RGB value is (193,76,135). Sum of RGB (Red+Green+Blue) = 193+76+135=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14C87 is #3EB378. Grayscale: #757575. Windows color (decimal): -4109177 or 8867009. OLE color: 8867009.
HSL color Cylindrical-coordinate representation of color #C14C87: hue angle of 329.74º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14C87 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 135 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.24 |
| HSL | 329.74º | 0.49% | 0.53% | - |
| HSV(B) | 329.74º | 0.61% | 0.76% | - |
| XYZ | 28.95 | 18.26 | 24.92 | - |
| YUV | 117.71 | 137.76 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 135 | 0 | 0.61 | 0.30 | 0.24 | 329.74 | 0.49 | 0.53 |
| Hex | C1 | 4C | 87 | 0 | 3D | 1E | 18 | 14A | 31 | 35 |
| Octal | 301 | 114 | 207 | 0 | 75 | 36 | 30 | 512 | 61 | 65 |
| Binary | 11000001 | 1001100 | 10000111 | 0 | 111101 | 11110 | 11000 | 101001010 | 110001 | 110101 |
Color Harmonies of #C14C87
Complementary color
Monochromatic Colors of #C14C87
Black with #C14C87
Text Example
Text Example
White with #C14C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C87; }
p { color: rgb(193,76,135); }
H1.HeaderClassName
{
color: #C14C87;
}
.AnyTagClassName
{
color: #C14C87;
}
</style>
background-color css
<style>
a { background-color: #C14C87; }
a { background-color: rgb(193,76,135); }
div.DivClassName
{
background-color: #C14C87;
}
.BgClassName
{
background-color: #C14C87;
}
</style>
border-color css
<style>
span { border-color: #C14C87; }
span { border-color: rgb(193,76,135); }
td.TdClassName
{
border-color: #C14C87;
}
.TagClassName
{
border-color: #C14C87;
}
</style>