Shades of Mulberry #C14C99
Tints of Mulberry #C14C99
RGB
CMYK
RGB Variations
Color information
#C14C99 (or 0xC14C99) is known color: Mulberry. HEX triplet: C1, 4C and 99. RGB value is (193,76,153). Sum of RGB (Red+Green+Blue) = 193+76+153=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14C99 is #3EB366. Grayscale: #777777. Windows color (decimal): -4109159 or 10046657. OLE color: 10046657.
HSL color Cylindrical-coordinate representation of color #C14C99: hue angle of 320.51º 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 #C14C99 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 153 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.24 |
| HSL | 320.51º | 0.49% | 0.53% | - |
| HSV(B) | 320.51º | 0.61% | 0.76% | - |
| XYZ | 30.33 | 18.81 | 32.17 | - |
| YUV | 119.76 | 146.76 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 153 | 0 | 0.61 | 0.21 | 0.24 | 320.51 | 0.49 | 0.53 |
| Hex | C1 | 4C | 99 | 0 | 3D | 15 | 18 | 141 | 31 | 35 |
| Octal | 301 | 114 | 231 | 0 | 75 | 25 | 30 | 501 | 61 | 65 |
| Binary | 11000001 | 1001100 | 10011001 | 0 | 111101 | 10101 | 11000 | 101000001 | 110001 | 110101 |
Color Harmonies of #C14C99
Complementary color
Monochromatic Colors of #C14C99
Black with #C14C99
Text Example
Text Example
White with #C14C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C99; }
p { color: rgb(193,76,153); }
H1.HeaderClassName
{
color: #C14C99;
}
.AnyTagClassName
{
color: #C14C99;
}
</style>
background-color css
<style>
a { background-color: #C14C99; }
a { background-color: rgb(193,76,153); }
div.DivClassName
{
background-color: #C14C99;
}
.BgClassName
{
background-color: #C14C99;
}
</style>
border-color css
<style>
span { border-color: #C14C99; }
span { border-color: rgb(193,76,153); }
td.TdClassName
{
border-color: #C14C99;
}
.TagClassName
{
border-color: #C14C99;
}
</style>