Shades of Mulberry #C155A1
Tints of Mulberry #C155A1
RGB
CMYK
RGB Variations
Color information
#C155A1 (or 0xC155A1) is known color: Mulberry. HEX triplet: C1, 55 and A1. RGB value is (193,85,161). Sum of RGB (Red+Green+Blue) = 193+85+161=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C155A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C155A1 is #3EAA5E. Grayscale: #7D7D7D. Windows color (decimal): -4106847 or 10573249. OLE color: 10573249.
HSL color Cylindrical-coordinate representation of color #C155A1: hue angle of 317.78º 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 #C155A1 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 161 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.24 |
| HSL | 317.78º | 0.47% | 0.55% | - |
| HSV(B) | 317.78º | 0.56% | 0.76% | - |
| XYZ | 31.67 | 20.41 | 35.99 | - |
| YUV | 125.96 | 147.78 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 161 | 0 | 0.56 | 0.17 | 0.24 | 317.78 | 0.47 | 0.55 |
| Hex | C1 | 55 | A1 | 0 | 38 | 11 | 18 | 13E | 2F | 37 |
| Octal | 301 | 125 | 241 | 0 | 70 | 21 | 30 | 476 | 57 | 67 |
| Binary | 11000001 | 1010101 | 10100001 | 0 | 111000 | 10001 | 11000 | 100111110 | 101111 | 110111 |
Color Harmonies of #C155A1
Complementary color
Monochromatic Colors of #C155A1
Black with #C155A1
Text Example
Text Example
White with #C155A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C155A1; }
p { color: rgb(193,85,161); }
H1.HeaderClassName
{
color: #C155A1;
}
.AnyTagClassName
{
color: #C155A1;
}
</style>
background-color css
<style>
a { background-color: #C155A1; }
a { background-color: rgb(193,85,161); }
div.DivClassName
{
background-color: #C155A1;
}
.BgClassName
{
background-color: #C155A1;
}
</style>
border-color css
<style>
span { border-color: #C155A1; }
span { border-color: rgb(193,85,161); }
td.TdClassName
{
border-color: #C155A1;
}
.TagClassName
{
border-color: #C155A1;
}
</style>