Shades of Mulberry #C145A1
Tints of Mulberry #C145A1
RGB
CMYK
RGB Variations
Color information
#C145A1 (or 0xC145A1) is known color: Mulberry. HEX triplet: C1, 45 and A1. RGB value is (193,69,161). Sum of RGB (Red+Green+Blue) = 193+69+161=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C145A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C145A1 is #3EBA5E. Grayscale: #747474. Windows color (decimal): -4110943 or 10569153. OLE color: 10569153.
HSL color Cylindrical-coordinate representation of color #C145A1: hue angle of 315.48º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C145A1 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 161 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.24 |
| HSL | 315.48º | 0.5% | 0.51% | - |
| HSV(B) | 315.48º | 0.64% | 0.76% | - |
| XYZ | 30.55 | 18.17 | 35.61 | - |
| YUV | 116.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 161 | 0 | 0.64 | 0.17 | 0.24 | 315.48 | 0.5 | 0.51 |
| Hex | C1 | 45 | A1 | 0 | 40 | 11 | 18 | 13B | 32 | 33 |
| Octal | 301 | 105 | 241 | 0 | 100 | 21 | 30 | 473 | 62 | 63 |
| Binary | 11000001 | 1000101 | 10100001 | 0 | 1000000 | 10001 | 11000 | 100111011 | 110010 | 110011 |
Color Harmonies of #C145A1
Complementary color
Monochromatic Colors of #C145A1
Black with #C145A1
Text Example
Text Example
White with #C145A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C145A1; }
p { color: rgb(193,69,161); }
H1.HeaderClassName
{
color: #C145A1;
}
.AnyTagClassName
{
color: #C145A1;
}
</style>
background-color css
<style>
a { background-color: #C145A1; }
a { background-color: rgb(193,69,161); }
div.DivClassName
{
background-color: #C145A1;
}
.BgClassName
{
background-color: #C145A1;
}
</style>
border-color css
<style>
span { border-color: #C145A1; }
span { border-color: rgb(193,69,161); }
td.TdClassName
{
border-color: #C145A1;
}
.TagClassName
{
border-color: #C145A1;
}
</style>