Shades of Mulberry #C15194
Tints of Mulberry #C15194
RGB
CMYK
RGB Variations
Color information
#C15194 (or 0xC15194) is known color: Mulberry. HEX triplet: C1, 51 and 94. RGB value is (193,81,148). Sum of RGB (Red+Green+Blue) = 193+81+148=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C15194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15194 is #3EAE6B. Grayscale: #797979. Windows color (decimal): -4107884 or 9720257. OLE color: 9720257.
HSL color Cylindrical-coordinate representation of color #C15194: hue angle of 324.11º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C15194 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 148 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.24 |
| HSL | 324.11º | 0.47% | 0.54% | - |
| HSV(B) | 324.11º | 0.58% | 0.76% | - |
| XYZ | 30.28 | 19.36 | 30.16 | - |
| YUV | 122.13 | 142.61 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 148 | 0 | 0.58 | 0.23 | 0.24 | 324.11 | 0.47 | 0.54 |
| Hex | C1 | 51 | 94 | 0 | 3A | 17 | 18 | 144 | 2F | 36 |
| Octal | 301 | 121 | 224 | 0 | 72 | 27 | 30 | 504 | 57 | 66 |
| Binary | 11000001 | 1010001 | 10010100 | 0 | 111010 | 10111 | 11000 | 101000100 | 101111 | 110110 |
Color Harmonies of #C15194
Complementary color
Monochromatic Colors of #C15194
Black with #C15194
Text Example
Text Example
White with #C15194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15194; }
p { color: rgb(193,81,148); }
H1.HeaderClassName
{
color: #C15194;
}
.AnyTagClassName
{
color: #C15194;
}
</style>
background-color css
<style>
a { background-color: #C15194; }
a { background-color: rgb(193,81,148); }
div.DivClassName
{
background-color: #C15194;
}
.BgClassName
{
background-color: #C15194;
}
</style>
border-color css
<style>
span { border-color: #C15194; }
span { border-color: rgb(193,81,148); }
td.TdClassName
{
border-color: #C15194;
}
.TagClassName
{
border-color: #C15194;
}
</style>