Shades of Mulberry #C155A3
Tints of Mulberry #C155A3
RGB
CMYK
RGB Variations
Color information
#C155A3 (or 0xC155A3) is known color: Mulberry. HEX triplet: C1, 55 and A3. RGB value is (193,85,163). Sum of RGB (Red+Green+Blue) = 193+85+163=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C155A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C155A3 is #3EAA5C. Grayscale: #7D7D7D. Windows color (decimal): -4106845 or 10704321. OLE color: 10704321.
HSL color Cylindrical-coordinate representation of color #C155A3: hue angle of 316.67º 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 #C155A3 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 163 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.24 |
| HSL | 316.67º | 0.47% | 0.55% | - |
| HSV(B) | 316.67º | 0.56% | 0.76% | - |
| XYZ | 31.85 | 20.48 | 36.92 | - |
| YUV | 126.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 163 | 0 | 0.56 | 0.16 | 0.24 | 316.67 | 0.47 | 0.55 |
| Hex | C1 | 55 | A3 | 0 | 38 | 10 | 18 | 13D | 2F | 37 |
| Octal | 301 | 125 | 243 | 0 | 70 | 20 | 30 | 475 | 57 | 67 |
| Binary | 11000001 | 1010101 | 10100011 | 0 | 111000 | 10000 | 11000 | 100111101 | 101111 | 110111 |
Color Harmonies of #C155A3
Complementary color
Monochromatic Colors of #C155A3
Black with #C155A3
Text Example
Text Example
White with #C155A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C155A3; }
p { color: rgb(193,85,163); }
H1.HeaderClassName
{
color: #C155A3;
}
.AnyTagClassName
{
color: #C155A3;
}
</style>
background-color css
<style>
a { background-color: #C155A3; }
a { background-color: rgb(193,85,163); }
div.DivClassName
{
background-color: #C155A3;
}
.BgClassName
{
background-color: #C155A3;
}
</style>
border-color css
<style>
span { border-color: #C155A3; }
span { border-color: rgb(193,85,163); }
td.TdClassName
{
border-color: #C155A3;
}
.TagClassName
{
border-color: #C155A3;
}
</style>