Shades of Mulberry #C141A5
Tints of Mulberry #C141A5
RGB
CMYK
RGB Variations
Color information
#C141A5 (or 0xC141A5) is known color: Mulberry. HEX triplet: C1, 41 and A5. RGB value is (193,65,165). Sum of RGB (Red+Green+Blue) = 193+65+165=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C141A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C141A5 is #3EBE5A. Grayscale: #727272. Windows color (decimal): -4111963 or 10830273. OLE color: 10830273.
HSL color Cylindrical-coordinate representation of color #C141A5: hue angle of 313.12º 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 #C141A5 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 165 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.24 |
| HSL | 313.13º | 0.51% | 0.51% | - |
| HSV(B) | 313.13º | 0.66% | 0.76% | - |
| XYZ | 30.67 | 17.83 | 37.42 | - |
| YUV | 114.67 | 156.41 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 165 | 0 | 0.66 | 0.15 | 0.24 | 313.13 | 0.51 | 0.51 |
| Hex | C1 | 41 | A5 | 0 | 42 | F | 18 | 139 | 33 | 33 |
| Octal | 301 | 101 | 245 | 0 | 102 | 17 | 30 | 471 | 63 | 63 |
| Binary | 11000001 | 1000001 | 10100101 | 0 | 1000010 | 1111 | 11000 | 100111001 | 110011 | 110011 |
Color Harmonies of #C141A5
Complementary color
Monochromatic Colors of #C141A5
Black with #C141A5
Text Example
Text Example
White with #C141A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C141A5; }
p { color: rgb(193,65,165); }
H1.HeaderClassName
{
color: #C141A5;
}
.AnyTagClassName
{
color: #C141A5;
}
</style>
background-color css
<style>
a { background-color: #C141A5; }
a { background-color: rgb(193,65,165); }
div.DivClassName
{
background-color: #C141A5;
}
.BgClassName
{
background-color: #C141A5;
}
</style>
border-color css
<style>
span { border-color: #C141A5; }
span { border-color: rgb(193,65,165); }
td.TdClassName
{
border-color: #C141A5;
}
.TagClassName
{
border-color: #C141A5;
}
</style>