Shades of Mulberry #C05197
Tints of Mulberry #C05197
RGB
CMYK
RGB Variations
Color information
#C05197 (or 0xC05197) is known color: Mulberry. HEX triplet: C0, 51 and 97. RGB value is (192,81,151). Sum of RGB (Red+Green+Blue) = 192+81+151=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C05197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05197 is #3FAE68. Grayscale: #797979. Windows color (decimal): -4173417 or 9916864. OLE color: 9916864.
HSL color Cylindrical-coordinate representation of color #C05197: hue angle of 322.16º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05197 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 151 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.25 |
| HSL | 322.16º | 0.47% | 0.54% | - |
| HSV(B) | 322.16º | 0.58% | 0.75% | - |
| XYZ | 30.27 | 19.33 | 31.41 | - |
| YUV | 122.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 151 | 0 | 0.58 | 0.21 | 0.25 | 322.16 | 0.47 | 0.54 |
| Hex | C0 | 51 | 97 | 0 | 3A | 15 | 19 | 142 | 2F | 36 |
| Octal | 300 | 121 | 227 | 0 | 72 | 25 | 31 | 502 | 57 | 66 |
| Binary | 11000000 | 1010001 | 10010111 | 0 | 111010 | 10101 | 11001 | 101000010 | 101111 | 110110 |
Color Harmonies of #C05197
Complementary color
Monochromatic Colors of #C05197
Black with #C05197
Text Example
Text Example
White with #C05197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05197; }
p { color: rgb(192,81,151); }
H1.HeaderClassName
{
color: #C05197;
}
.AnyTagClassName
{
color: #C05197;
}
</style>
background-color css
<style>
a { background-color: #C05197; }
a { background-color: rgb(192,81,151); }
div.DivClassName
{
background-color: #C05197;
}
.BgClassName
{
background-color: #C05197;
}
</style>
border-color css
<style>
span { border-color: #C05197; }
span { border-color: rgb(192,81,151); }
td.TdClassName
{
border-color: #C05197;
}
.TagClassName
{
border-color: #C05197;
}
</style>