Shades of Mulberry #C14CA6
Tints of Mulberry #C14CA6
RGB
CMYK
RGB Variations
Color information
#C14CA6 (or 0xC14CA6) is known color: Mulberry. HEX triplet: C1, 4C and A6. RGB value is (193,76,166). Sum of RGB (Red+Green+Blue) = 193+76+166=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C14CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14CA6 is #3EB359. Grayscale: #797979. Windows color (decimal): -4109146 or 10898625. OLE color: 10898625.
HSL color Cylindrical-coordinate representation of color #C14CA6: hue angle of 313.85º 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 #C14CA6 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 166 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.24 |
| HSL | 313.85º | 0.49% | 0.53% | - |
| HSV(B) | 313.85º | 0.61% | 0.76% | - |
| XYZ | 31.46 | 19.26 | 38.14 | - |
| YUV | 121.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 166 | 0 | 0.61 | 0.14 | 0.24 | 313.85 | 0.49 | 0.53 |
| Hex | C1 | 4C | A6 | 0 | 3D | E | 18 | 13A | 31 | 35 |
| Octal | 301 | 114 | 246 | 0 | 75 | 16 | 30 | 472 | 61 | 65 |
| Binary | 11000001 | 1001100 | 10100110 | 0 | 111101 | 1110 | 11000 | 100111010 | 110001 | 110101 |
Color Harmonies of #C14CA6
Complementary color
Monochromatic Colors of #C14CA6
Black with #C14CA6
Text Example
Text Example
White with #C14CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14CA6; }
p { color: rgb(193,76,166); }
H1.HeaderClassName
{
color: #C14CA6;
}
.AnyTagClassName
{
color: #C14CA6;
}
</style>
background-color css
<style>
a { background-color: #C14CA6; }
a { background-color: rgb(193,76,166); }
div.DivClassName
{
background-color: #C14CA6;
}
.BgClassName
{
background-color: #C14CA6;
}
</style>
border-color css
<style>
span { border-color: #C14CA6; }
span { border-color: rgb(193,76,166); }
td.TdClassName
{
border-color: #C14CA6;
}
.TagClassName
{
border-color: #C14CA6;
}
</style>