Shades of Mulberry #C14CA4
Tints of Mulberry #C14CA4
RGB
CMYK
RGB Variations
Color information
#C14CA4 (or 0xC14CA4) is known color: Mulberry. HEX triplet: C1, 4C and A4. RGB value is (193,76,164). Sum of RGB (Red+Green+Blue) = 193+76+164=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C14CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14CA4 is #3EB35B. Grayscale: #787878. Windows color (decimal): -4109148 or 10767553. OLE color: 10767553.
HSL color Cylindrical-coordinate representation of color #C14CA4: hue angle of 314.87º 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 #C14CA4 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 164 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.24 |
| HSL | 314.87º | 0.49% | 0.53% | - |
| HSV(B) | 314.87º | 0.61% | 0.76% | - |
| XYZ | 31.28 | 19.19 | 37.18 | - |
| YUV | 121.02 | 152.26 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 164 | 0 | 0.61 | 0.15 | 0.24 | 314.87 | 0.49 | 0.53 |
| Hex | C1 | 4C | A4 | 0 | 3D | F | 18 | 13B | 31 | 35 |
| Octal | 301 | 114 | 244 | 0 | 75 | 17 | 30 | 473 | 61 | 65 |
| Binary | 11000001 | 1001100 | 10100100 | 0 | 111101 | 1111 | 11000 | 100111011 | 110001 | 110101 |
Color Harmonies of #C14CA4
Complementary color
Monochromatic Colors of #C14CA4
Black with #C14CA4
Text Example
Text Example
White with #C14CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14CA4; }
p { color: rgb(193,76,164); }
H1.HeaderClassName
{
color: #C14CA4;
}
.AnyTagClassName
{
color: #C14CA4;
}
</style>
background-color css
<style>
a { background-color: #C14CA4; }
a { background-color: rgb(193,76,164); }
div.DivClassName
{
background-color: #C14CA4;
}
.BgClassName
{
background-color: #C14CA4;
}
</style>
border-color css
<style>
span { border-color: #C14CA4; }
span { border-color: rgb(193,76,164); }
td.TdClassName
{
border-color: #C14CA4;
}
.TagClassName
{
border-color: #C14CA4;
}
</style>