Shades of Mulberry #C45194
Tints of Mulberry #C45194
RGB
CMYK
RGB Variations
Color information
#C45194 (or 0xC45194) is known color: Mulberry. HEX triplet: C4, 51 and 94. RGB value is (196,81,148). Sum of RGB (Red+Green+Blue) = 196+81+148=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C45194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45194 is #3BAE6B. Grayscale: #7A7A7A. Windows color (decimal): -3911276 or 9720260. OLE color: 9720260.
HSL color Cylindrical-coordinate representation of color #C45194: hue angle of 325.04º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45194 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 148 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.23 |
| HSL | 325.04º | 0.49% | 0.54% | - |
| HSV(B) | 325.04º | 0.59% | 0.77% | - |
| XYZ | 31.05 | 19.76 | 30.19 | - |
| YUV | 123.02 | 142.1 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 148 | 0 | 0.59 | 0.24 | 0.23 | 325.04 | 0.49 | 0.54 |
| Hex | C4 | 51 | 94 | 0 | 3B | 18 | 17 | 145 | 31 | 36 |
| Octal | 304 | 121 | 224 | 0 | 73 | 30 | 27 | 505 | 61 | 66 |
| Binary | 11000100 | 1010001 | 10010100 | 0 | 111011 | 11000 | 10111 | 101000101 | 110001 | 110110 |
Color Harmonies of #C45194
Complementary color
Monochromatic Colors of #C45194
Black with #C45194
Text Example
Text Example
White with #C45194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45194; }
p { color: rgb(196,81,148); }
H1.HeaderClassName
{
color: #C45194;
}
.AnyTagClassName
{
color: #C45194;
}
</style>
background-color css
<style>
a { background-color: #C45194; }
a { background-color: rgb(196,81,148); }
div.DivClassName
{
background-color: #C45194;
}
.BgClassName
{
background-color: #C45194;
}
</style>
border-color css
<style>
span { border-color: #C45194; }
span { border-color: rgb(196,81,148); }
td.TdClassName
{
border-color: #C45194;
}
.TagClassName
{
border-color: #C45194;
}
</style>