Shades of Mulberry #C14B91
Tints of Mulberry #C14B91
RGB
CMYK
RGB Variations
Color information
#C14B91 (or 0xC14B91) is known color: Mulberry. HEX triplet: C1, 4B and 91. RGB value is (193,75,145). Sum of RGB (Red+Green+Blue) = 193+75+145=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14B91 is #3EB46E. Grayscale: #767676. Windows color (decimal): -4109423 or 9522113. OLE color: 9522113.
HSL color Cylindrical-coordinate representation of color #C14B91: hue angle of 324.41º 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 #C14B91 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 75 | 145 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.24 |
| HSL | 324.41º | 0.49% | 0.53% | - |
| HSV(B) | 324.41º | 0.61% | 0.76% | - |
| XYZ | 29.62 | 18.41 | 28.78 | - |
| YUV | 118.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 145 | 0 | 0.61 | 0.25 | 0.24 | 324.41 | 0.49 | 0.53 |
| Hex | C1 | 4B | 91 | 0 | 3D | 19 | 18 | 144 | 31 | 35 |
| Octal | 301 | 113 | 221 | 0 | 75 | 31 | 30 | 504 | 61 | 65 |
| Binary | 11000001 | 1001011 | 10010001 | 0 | 111101 | 11001 | 11000 | 101000100 | 110001 | 110101 |
Color Harmonies of #C14B91
Complementary color
Monochromatic Colors of #C14B91
Black with #C14B91
Text Example
Text Example
White with #C14B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14B91; }
p { color: rgb(193,75,145); }
H1.HeaderClassName
{
color: #C14B91;
}
.AnyTagClassName
{
color: #C14B91;
}
</style>
background-color css
<style>
a { background-color: #C14B91; }
a { background-color: rgb(193,75,145); }
div.DivClassName
{
background-color: #C14B91;
}
.BgClassName
{
background-color: #C14B91;
}
</style>
border-color css
<style>
span { border-color: #C14B91; }
span { border-color: rgb(193,75,145); }
td.TdClassName
{
border-color: #C14B91;
}
.TagClassName
{
border-color: #C14B91;
}
</style>