Shades of Mulberry #C14CA2
Tints of Mulberry #C14CA2
RGB
CMYK
RGB Variations
Color information
#C14CA2 (or 0xC14CA2) is known color: Mulberry. HEX triplet: C1, 4C and A2. RGB value is (193,76,162). Sum of RGB (Red+Green+Blue) = 193+76+162=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C14CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14CA2 is #3EB35D. Grayscale: #787878. Windows color (decimal): -4109150 or 10636481. OLE color: 10636481.
HSL color Cylindrical-coordinate representation of color #C14CA2: hue angle of 315.9º 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 #C14CA2 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 162 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.24 |
| HSL | 315.9º | 0.49% | 0.53% | - |
| HSV(B) | 315.9º | 0.61% | 0.76% | - |
| XYZ | 31.1 | 19.11 | 36.23 | - |
| YUV | 120.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 162 | 0 | 0.61 | 0.16 | 0.24 | 315.9 | 0.49 | 0.53 |
| Hex | C1 | 4C | A2 | 0 | 3D | 10 | 18 | 13C | 31 | 35 |
| Octal | 301 | 114 | 242 | 0 | 75 | 20 | 30 | 474 | 61 | 65 |
| Binary | 11000001 | 1001100 | 10100010 | 0 | 111101 | 10000 | 11000 | 100111100 | 110001 | 110101 |
Color Harmonies of #C14CA2
Complementary color
Monochromatic Colors of #C14CA2
Black with #C14CA2
Text Example
Text Example
White with #C14CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14CA2; }
p { color: rgb(193,76,162); }
H1.HeaderClassName
{
color: #C14CA2;
}
.AnyTagClassName
{
color: #C14CA2;
}
</style>
background-color css
<style>
a { background-color: #C14CA2; }
a { background-color: rgb(193,76,162); }
div.DivClassName
{
background-color: #C14CA2;
}
.BgClassName
{
background-color: #C14CA2;
}
</style>
border-color css
<style>
span { border-color: #C14CA2; }
span { border-color: rgb(193,76,162); }
td.TdClassName
{
border-color: #C14CA2;
}
.TagClassName
{
border-color: #C14CA2;
}
</style>