Shades of Mulberry #C154A4
Tints of Mulberry #C154A4
RGB
CMYK
RGB Variations
Color information
#C154A4 (or 0xC154A4) is known color: Mulberry. HEX triplet: C1, 54 and A4. RGB value is (193,84,164). Sum of RGB (Red+Green+Blue) = 193+84+164=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C154A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C154A4 is #3EAB5B. Grayscale: #7D7D7D. Windows color (decimal): -4107100 or 10769601. OLE color: 10769601.
HSL color Cylindrical-coordinate representation of color #C154A4: hue angle of 315.96º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C154A4 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 164 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.24 |
| HSL | 315.96º | 0.47% | 0.54% | - |
| HSV(B) | 315.96º | 0.56% | 0.76% | - |
| XYZ | 31.86 | 20.36 | 37.37 | - |
| YUV | 125.71 | 149.61 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 164 | 0 | 0.56 | 0.15 | 0.24 | 315.96 | 0.47 | 0.54 |
| Hex | C1 | 54 | A4 | 0 | 38 | F | 18 | 13C | 2F | 36 |
| Octal | 301 | 124 | 244 | 0 | 70 | 17 | 30 | 474 | 57 | 66 |
| Binary | 11000001 | 1010100 | 10100100 | 0 | 111000 | 1111 | 11000 | 100111100 | 101111 | 110110 |
Color Harmonies of #C154A4
Complementary color
Monochromatic Colors of #C154A4
Black with #C154A4
Text Example
Text Example
White with #C154A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C154A4; }
p { color: rgb(193,84,164); }
H1.HeaderClassName
{
color: #C154A4;
}
.AnyTagClassName
{
color: #C154A4;
}
</style>
background-color css
<style>
a { background-color: #C154A4; }
a { background-color: rgb(193,84,164); }
div.DivClassName
{
background-color: #C154A4;
}
.BgClassName
{
background-color: #C154A4;
}
</style>
border-color css
<style>
span { border-color: #C154A4; }
span { border-color: rgb(193,84,164); }
td.TdClassName
{
border-color: #C154A4;
}
.TagClassName
{
border-color: #C154A4;
}
</style>