Shades of Mulberry #C155A6
Tints of Mulberry #C155A6
RGB
CMYK
RGB Variations
Color information
#C155A6 (or 0xC155A6) is known color: Mulberry. HEX triplet: C1, 55 and A6. RGB value is (193,85,166). Sum of RGB (Red+Green+Blue) = 193+85+166=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C155A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C155A6 is #3EAA59. Grayscale: #7E7E7E. Windows color (decimal): -4106842 or 10900929. OLE color: 10900929.
HSL color Cylindrical-coordinate representation of color #C155A6: hue angle of 315º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C155A6 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 166 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.24 |
| HSL | 315º | 0.47% | 0.55% | - |
| HSV(B) | 315º | 0.56% | 0.76% | - |
| XYZ | 32.12 | 20.59 | 38.36 | - |
| YUV | 126.53 | 150.28 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 166 | 0 | 0.56 | 0.14 | 0.24 | 315 | 0.47 | 0.55 |
| Hex | C1 | 55 | A6 | 0 | 38 | E | 18 | 13B | 2F | 37 |
| Octal | 301 | 125 | 246 | 0 | 70 | 16 | 30 | 473 | 57 | 67 |
| Binary | 11000001 | 1010101 | 10100110 | 0 | 111000 | 1110 | 11000 | 100111011 | 101111 | 110111 |
Color Harmonies of #C155A6
Complementary color
Monochromatic Colors of #C155A6
Black with #C155A6
Text Example
Text Example
White with #C155A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C155A6; }
p { color: rgb(193,85,166); }
H1.HeaderClassName
{
color: #C155A6;
}
.AnyTagClassName
{
color: #C155A6;
}
</style>
background-color css
<style>
a { background-color: #C155A6; }
a { background-color: rgb(193,85,166); }
div.DivClassName
{
background-color: #C155A6;
}
.BgClassName
{
background-color: #C155A6;
}
</style>
border-color css
<style>
span { border-color: #C155A6; }
span { border-color: rgb(193,85,166); }
td.TdClassName
{
border-color: #C155A6;
}
.TagClassName
{
border-color: #C155A6;
}
</style>