Shades of Mulberry #C14FA4
Tints of Mulberry #C14FA4
RGB
CMYK
RGB Variations
Color information
#C14FA4 (or 0xC14FA4) is known color: Mulberry. HEX triplet: C1, 4F and A4. RGB value is (193,79,164). Sum of RGB (Red+Green+Blue) = 193+79+164=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C14FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14FA4 is #3EB05B. Grayscale: #7A7A7A. Windows color (decimal): -4108380 or 10768321. OLE color: 10768321.
HSL color Cylindrical-coordinate representation of color #C14FA4: hue angle of 315.26º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C14FA4 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 164 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.24 |
| HSL | 315.26º | 0.48% | 0.53% | - |
| HSV(B) | 315.26º | 0.59% | 0.76% | - |
| XYZ | 31.49 | 19.61 | 37.25 | - |
| YUV | 122.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 164 | 0 | 0.59 | 0.15 | 0.24 | 315.26 | 0.48 | 0.53 |
| Hex | C1 | 4F | A4 | 0 | 3B | F | 18 | 13B | 30 | 35 |
| Octal | 301 | 117 | 244 | 0 | 73 | 17 | 30 | 473 | 60 | 65 |
| Binary | 11000001 | 1001111 | 10100100 | 0 | 111011 | 1111 | 11000 | 100111011 | 110000 | 110101 |
Color Harmonies of #C14FA4
Complementary color
Monochromatic Colors of #C14FA4
Black with #C14FA4
Text Example
Text Example
White with #C14FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14FA4; }
p { color: rgb(193,79,164); }
H1.HeaderClassName
{
color: #C14FA4;
}
.AnyTagClassName
{
color: #C14FA4;
}
</style>
background-color css
<style>
a { background-color: #C14FA4; }
a { background-color: rgb(193,79,164); }
div.DivClassName
{
background-color: #C14FA4;
}
.BgClassName
{
background-color: #C14FA4;
}
</style>
border-color css
<style>
span { border-color: #C14FA4; }
span { border-color: rgb(193,79,164); }
td.TdClassName
{
border-color: #C14FA4;
}
.TagClassName
{
border-color: #C14FA4;
}
</style>