Shades of Mulberry #C14B9A
Tints of Mulberry #C14B9A
RGB
CMYK
RGB Variations
Color information
#C14B9A (or 0xC14B9A) is known color: Mulberry. HEX triplet: C1, 4B and 9A. RGB value is (193,75,154). Sum of RGB (Red+Green+Blue) = 193+75+154=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14B9A is #3EB465. Grayscale: #777777. Windows color (decimal): -4109414 or 10111937. OLE color: 10111937.
HSL color Cylindrical-coordinate representation of color #C14B9A: hue angle of 319.83º 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 #C14B9A is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 75 | 154 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.24 |
| HSL | 319.83º | 0.49% | 0.53% | - |
| HSV(B) | 319.83º | 0.61% | 0.76% | - |
| XYZ | 30.34 | 18.7 | 32.58 | - |
| YUV | 119.29 | 147.59 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 154 | 0 | 0.61 | 0.20 | 0.24 | 319.83 | 0.49 | 0.53 |
| Hex | C1 | 4B | 9A | 0 | 3D | 14 | 18 | 140 | 31 | 35 |
| Octal | 301 | 113 | 232 | 0 | 75 | 24 | 30 | 500 | 61 | 65 |
| Binary | 11000001 | 1001011 | 10011010 | 0 | 111101 | 10100 | 11000 | 101000000 | 110001 | 110101 |
Color Harmonies of #C14B9A
Complementary color
Monochromatic Colors of #C14B9A
Black with #C14B9A
Text Example
Text Example
White with #C14B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14B9A; }
p { color: rgb(193,75,154); }
H1.HeaderClassName
{
color: #C14B9A;
}
.AnyTagClassName
{
color: #C14B9A;
}
</style>
background-color css
<style>
a { background-color: #C14B9A; }
a { background-color: rgb(193,75,154); }
div.DivClassName
{
background-color: #C14B9A;
}
.BgClassName
{
background-color: #C14B9A;
}
</style>
border-color css
<style>
span { border-color: #C14B9A; }
span { border-color: rgb(193,75,154); }
td.TdClassName
{
border-color: #C14B9A;
}
.TagClassName
{
border-color: #C14B9A;
}
</style>