Shades of Mulberry #C147A1
Tints of Mulberry #C147A1
RGB
CMYK
RGB Variations
Color information
#C147A1 (or 0xC147A1) is known color: Mulberry. HEX triplet: C1, 47 and A1. RGB value is (193,71,161). Sum of RGB (Red+Green+Blue) = 193+71+161=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C147A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C147A1 is #3EB85E. Grayscale: #757575. Windows color (decimal): -4110431 or 10569665. OLE color: 10569665.
HSL color Cylindrical-coordinate representation of color #C147A1: hue angle of 315.74º 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 #C147A1 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 161 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.24 |
| HSL | 315.74º | 0.5% | 0.52% | - |
| HSV(B) | 315.74º | 0.63% | 0.76% | - |
| XYZ | 30.68 | 18.42 | 35.66 | - |
| YUV | 117.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 161 | 0 | 0.63 | 0.17 | 0.24 | 315.74 | 0.5 | 0.52 |
| Hex | C1 | 47 | A1 | 0 | 3F | 11 | 18 | 13C | 32 | 34 |
| Octal | 301 | 107 | 241 | 0 | 77 | 21 | 30 | 474 | 62 | 64 |
| Binary | 11000001 | 1000111 | 10100001 | 0 | 111111 | 10001 | 11000 | 100111100 | 110010 | 110100 |
Color Harmonies of #C147A1
Complementary color
Monochromatic Colors of #C147A1
Black with #C147A1
Text Example
Text Example
White with #C147A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C147A1; }
p { color: rgb(193,71,161); }
H1.HeaderClassName
{
color: #C147A1;
}
.AnyTagClassName
{
color: #C147A1;
}
</style>
background-color css
<style>
a { background-color: #C147A1; }
a { background-color: rgb(193,71,161); }
div.DivClassName
{
background-color: #C147A1;
}
.BgClassName
{
background-color: #C147A1;
}
</style>
border-color css
<style>
span { border-color: #C147A1; }
span { border-color: rgb(193,71,161); }
td.TdClassName
{
border-color: #C147A1;
}
.TagClassName
{
border-color: #C147A1;
}
</style>