Shades of Mulberry #C145A6
Tints of Mulberry #C145A6
RGB
CMYK
RGB Variations
Color information
#C145A6 (or 0xC145A6) is known color: Mulberry. HEX triplet: C1, 45 and A6. RGB value is (193,69,166). Sum of RGB (Red+Green+Blue) = 193+69+166=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C145A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C145A6 is #3EBA59. Grayscale: #747474. Windows color (decimal): -4110938 or 10896833. OLE color: 10896833.
HSL color Cylindrical-coordinate representation of color #C145A6: hue angle of 313.06º 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 #C145A6 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 166 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.24 |
| HSL | 313.06º | 0.5% | 0.51% | - |
| HSV(B) | 313.06º | 0.64% | 0.76% | - |
| XYZ | 31 | 18.35 | 37.98 | - |
| YUV | 117.13 | 155.58 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 166 | 0 | 0.64 | 0.14 | 0.24 | 313.06 | 0.5 | 0.51 |
| Hex | C1 | 45 | A6 | 0 | 40 | E | 18 | 139 | 32 | 33 |
| Octal | 301 | 105 | 246 | 0 | 100 | 16 | 30 | 471 | 62 | 63 |
| Binary | 11000001 | 1000101 | 10100110 | 0 | 1000000 | 1110 | 11000 | 100111001 | 110010 | 110011 |
Color Harmonies of #C145A6
Complementary color
Monochromatic Colors of #C145A6
Black with #C145A6
Text Example
Text Example
White with #C145A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C145A6; }
p { color: rgb(193,69,166); }
H1.HeaderClassName
{
color: #C145A6;
}
.AnyTagClassName
{
color: #C145A6;
}
</style>
background-color css
<style>
a { background-color: #C145A6; }
a { background-color: rgb(193,69,166); }
div.DivClassName
{
background-color: #C145A6;
}
.BgClassName
{
background-color: #C145A6;
}
</style>
border-color css
<style>
span { border-color: #C145A6; }
span { border-color: rgb(193,69,166); }
td.TdClassName
{
border-color: #C145A6;
}
.TagClassName
{
border-color: #C145A6;
}
</style>