Shades of Mulberry #C147A0
Tints of Mulberry #C147A0
RGB
CMYK
RGB Variations
Color information
#C147A0 (or 0xC147A0) is known color: Mulberry. HEX triplet: C1, 47 and A0. RGB value is (193,71,160). Sum of RGB (Red+Green+Blue) = 193+71+160=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C147A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C147A0 is #3EB85F. Grayscale: #757575. Windows color (decimal): -4110432 or 10504129. OLE color: 10504129.
HSL color Cylindrical-coordinate representation of color #C147A0: hue angle of 316.23º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C147A0 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 160 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.24 |
| HSL | 316.23º | 0.5% | 0.52% | - |
| HSV(B) | 316.23º | 0.63% | 0.76% | - |
| XYZ | 30.59 | 18.38 | 35.19 | - |
| YUV | 117.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 160 | 0 | 0.63 | 0.17 | 0.24 | 316.23 | 0.5 | 0.52 |
| Hex | C1 | 47 | A0 | 0 | 3F | 11 | 18 | 13C | 32 | 34 |
| Octal | 301 | 107 | 240 | 0 | 77 | 21 | 30 | 474 | 62 | 64 |
| Binary | 11000001 | 1000111 | 10100000 | 0 | 111111 | 10001 | 11000 | 100111100 | 110010 | 110100 |
Color Harmonies of #C147A0
Complementary color
Monochromatic Colors of #C147A0
Black with #C147A0
Text Example
Text Example
White with #C147A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C147A0; }
p { color: rgb(193,71,160); }
H1.HeaderClassName
{
color: #C147A0;
}
.AnyTagClassName
{
color: #C147A0;
}
</style>
background-color css
<style>
a { background-color: #C147A0; }
a { background-color: rgb(193,71,160); }
div.DivClassName
{
background-color: #C147A0;
}
.BgClassName
{
background-color: #C147A0;
}
</style>
border-color css
<style>
span { border-color: #C147A0; }
span { border-color: rgb(193,71,160); }
td.TdClassName
{
border-color: #C147A0;
}
.TagClassName
{
border-color: #C147A0;
}
</style>