Shades of Mulberry #C155A4
Tints of Mulberry #C155A4
RGB
CMYK
RGB Variations
Color information
#C155A4 (or 0xC155A4) is known color: Mulberry. HEX triplet: C1, 55 and A4. RGB value is (193,85,164). Sum of RGB (Red+Green+Blue) = 193+85+164=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C155A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C155A4 is #3EAA5B. Grayscale: #7E7E7E. Windows color (decimal): -4106844 or 10769857. OLE color: 10769857.
HSL color Cylindrical-coordinate representation of color #C155A4: hue angle of 316.11º 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 #C155A4 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 164 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.24 |
| HSL | 316.11º | 0.47% | 0.55% | - |
| HSV(B) | 316.11º | 0.56% | 0.76% | - |
| XYZ | 31.94 | 20.51 | 37.4 | - |
| YUV | 126.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 164 | 0 | 0.56 | 0.15 | 0.24 | 316.11 | 0.47 | 0.55 |
| Hex | C1 | 55 | A4 | 0 | 38 | F | 18 | 13C | 2F | 37 |
| Octal | 301 | 125 | 244 | 0 | 70 | 17 | 30 | 474 | 57 | 67 |
| Binary | 11000001 | 1010101 | 10100100 | 0 | 111000 | 1111 | 11000 | 100111100 | 101111 | 110111 |
Color Harmonies of #C155A4
Complementary color
Monochromatic Colors of #C155A4
Black with #C155A4
Text Example
Text Example
White with #C155A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C155A4; }
p { color: rgb(193,85,164); }
H1.HeaderClassName
{
color: #C155A4;
}
.AnyTagClassName
{
color: #C155A4;
}
</style>
background-color css
<style>
a { background-color: #C155A4; }
a { background-color: rgb(193,85,164); }
div.DivClassName
{
background-color: #C155A4;
}
.BgClassName
{
background-color: #C155A4;
}
</style>
border-color css
<style>
span { border-color: #C155A4; }
span { border-color: rgb(193,85,164); }
td.TdClassName
{
border-color: #C155A4;
}
.TagClassName
{
border-color: #C155A4;
}
</style>