Shades of Mulberry #C151A1
Tints of Mulberry #C151A1
RGB
CMYK
RGB Variations
Color information
#C151A1 (or 0xC151A1) is known color: Mulberry. HEX triplet: C1, 51 and A1. RGB value is (193,81,161). Sum of RGB (Red+Green+Blue) = 193+81+161=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C151A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C151A1 is #3EAE5E. Grayscale: #7B7B7B. Windows color (decimal): -4107871 or 10572225. OLE color: 10572225.
HSL color Cylindrical-coordinate representation of color #C151A1: hue angle of 317.14º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C151A1 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 161 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.24 |
| HSL | 317.14º | 0.47% | 0.54% | - |
| HSV(B) | 317.14º | 0.58% | 0.76% | - |
| XYZ | 31.37 | 19.8 | 35.89 | - |
| YUV | 123.61 | 149.11 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 161 | 0 | 0.58 | 0.17 | 0.24 | 317.14 | 0.47 | 0.54 |
| Hex | C1 | 51 | A1 | 0 | 3A | 11 | 18 | 13D | 2F | 36 |
| Octal | 301 | 121 | 241 | 0 | 72 | 21 | 30 | 475 | 57 | 66 |
| Binary | 11000001 | 1010001 | 10100001 | 0 | 111010 | 10001 | 11000 | 100111101 | 101111 | 110110 |
Color Harmonies of #C151A1
Complementary color
Monochromatic Colors of #C151A1
Black with #C151A1
Text Example
Text Example
White with #C151A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151A1; }
p { color: rgb(193,81,161); }
H1.HeaderClassName
{
color: #C151A1;
}
.AnyTagClassName
{
color: #C151A1;
}
</style>
background-color css
<style>
a { background-color: #C151A1; }
a { background-color: rgb(193,81,161); }
div.DivClassName
{
background-color: #C151A1;
}
.BgClassName
{
background-color: #C151A1;
}
</style>
border-color css
<style>
span { border-color: #C151A1; }
span { border-color: rgb(193,81,161); }
td.TdClassName
{
border-color: #C151A1;
}
.TagClassName
{
border-color: #C151A1;
}
</style>