Shades of Mulberry #C141A6
Tints of Mulberry #C141A6
RGB
CMYK
RGB Variations
Color information
#C141A6 (or 0xC141A6) is known color: Mulberry. HEX triplet: C1, 41 and A6. RGB value is (193,65,166). Sum of RGB (Red+Green+Blue) = 193+65+166=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C141A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C141A6 is #3EBE59. Grayscale: #727272. Windows color (decimal): -4111962 or 10895809. OLE color: 10895809.
HSL color Cylindrical-coordinate representation of color #C141A6: hue angle of 312.66º 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 #C141A6 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 166 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.24 |
| HSL | 312.66º | 0.51% | 0.51% | - |
| HSV(B) | 312.66º | 0.66% | 0.76% | - |
| XYZ | 30.77 | 17.87 | 37.9 | - |
| YUV | 114.79 | 156.91 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 166 | 0 | 0.66 | 0.14 | 0.24 | 312.66 | 0.51 | 0.51 |
| Hex | C1 | 41 | A6 | 0 | 42 | E | 18 | 139 | 33 | 33 |
| Octal | 301 | 101 | 246 | 0 | 102 | 16 | 30 | 471 | 63 | 63 |
| Binary | 11000001 | 1000001 | 10100110 | 0 | 1000010 | 1110 | 11000 | 100111001 | 110011 | 110011 |
Color Harmonies of #C141A6
Complementary color
Monochromatic Colors of #C141A6
Black with #C141A6
Text Example
Text Example
White with #C141A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C141A6; }
p { color: rgb(193,65,166); }
H1.HeaderClassName
{
color: #C141A6;
}
.AnyTagClassName
{
color: #C141A6;
}
</style>
background-color css
<style>
a { background-color: #C141A6; }
a { background-color: rgb(193,65,166); }
div.DivClassName
{
background-color: #C141A6;
}
.BgClassName
{
background-color: #C141A6;
}
</style>
border-color css
<style>
span { border-color: #C141A6; }
span { border-color: rgb(193,65,166); }
td.TdClassName
{
border-color: #C141A6;
}
.TagClassName
{
border-color: #C141A6;
}
</style>