Shades of Mulberry #C141A2
Tints of Mulberry #C141A2
RGB
CMYK
RGB Variations
Color information
#C141A2 (or 0xC141A2) is known color: Mulberry. HEX triplet: C1, 41 and A2. RGB value is (193,65,162). Sum of RGB (Red+Green+Blue) = 193+65+162=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C141A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C141A2 is #3EBE5D. Grayscale: #727272. Windows color (decimal): -4111966 or 10633665. OLE color: 10633665.
HSL color Cylindrical-coordinate representation of color #C141A2: hue angle of 314.53º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C141A2 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 162 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.24 |
| HSL | 314.53º | 0.51% | 0.51% | - |
| HSV(B) | 314.53º | 0.66% | 0.76% | - |
| XYZ | 30.4 | 17.73 | 36 | - |
| YUV | 114.33 | 154.91 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 162 | 0 | 0.66 | 0.16 | 0.24 | 314.53 | 0.51 | 0.51 |
| Hex | C1 | 41 | A2 | 0 | 42 | 10 | 18 | 13B | 33 | 33 |
| Octal | 301 | 101 | 242 | 0 | 102 | 20 | 30 | 473 | 63 | 63 |
| Binary | 11000001 | 1000001 | 10100010 | 0 | 1000010 | 10000 | 11000 | 100111011 | 110011 | 110011 |
Color Harmonies of #C141A2
Complementary color
Monochromatic Colors of #C141A2
Black with #C141A2
Text Example
Text Example
White with #C141A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C141A2; }
p { color: rgb(193,65,162); }
H1.HeaderClassName
{
color: #C141A2;
}
.AnyTagClassName
{
color: #C141A2;
}
</style>
background-color css
<style>
a { background-color: #C141A2; }
a { background-color: rgb(193,65,162); }
div.DivClassName
{
background-color: #C141A2;
}
.BgClassName
{
background-color: #C141A2;
}
</style>
border-color css
<style>
span { border-color: #C141A2; }
span { border-color: rgb(193,65,162); }
td.TdClassName
{
border-color: #C141A2;
}
.TagClassName
{
border-color: #C141A2;
}
</style>