Shades of Mulberry #C1579A
Tints of Mulberry #C1579A
RGB
CMYK
RGB Variations
Color information
#C1579A (or 0xC1579A) is known color: Mulberry. HEX triplet: C1, 57 and 9A. RGB value is (193,87,154). Sum of RGB (Red+Green+Blue) = 193+87+154=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C1579A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1579A is #3EA865. Grayscale: #7E7E7E. Windows color (decimal): -4106342 or 10115009. OLE color: 10115009.
HSL color Cylindrical-coordinate representation of color #C1579A: hue angle of 322.08º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1579A is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 154 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.24 |
| HSL | 322.08º | 0.46% | 0.55% | - |
| HSV(B) | 322.08º | 0.55% | 0.76% | - |
| XYZ | 31.23 | 20.49 | 32.88 | - |
| YUV | 126.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 154 | 0 | 0.55 | 0.20 | 0.24 | 322.08 | 0.46 | 0.55 |
| Hex | C1 | 57 | 9A | 0 | 37 | 14 | 18 | 142 | 2E | 37 |
| Octal | 301 | 127 | 232 | 0 | 67 | 24 | 30 | 502 | 56 | 67 |
| Binary | 11000001 | 1010111 | 10011010 | 0 | 110111 | 10100 | 11000 | 101000010 | 101110 | 110111 |
Color Harmonies of #C1579A
Complementary color
Monochromatic Colors of #C1579A
Black with #C1579A
Text Example
Text Example
White with #C1579A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1579A; }
p { color: rgb(193,87,154); }
H1.HeaderClassName
{
color: #C1579A;
}
.AnyTagClassName
{
color: #C1579A;
}
</style>
background-color css
<style>
a { background-color: #C1579A; }
a { background-color: rgb(193,87,154); }
div.DivClassName
{
background-color: #C1579A;
}
.BgClassName
{
background-color: #C1579A;
}
</style>
border-color css
<style>
span { border-color: #C1579A; }
span { border-color: rgb(193,87,154); }
td.TdClassName
{
border-color: #C1579A;
}
.TagClassName
{
border-color: #C1579A;
}
</style>