Shades of Mulberry #C44795
Tints of Mulberry #C44795
RGB
CMYK
RGB Variations
Color information
#C44795 (or 0xC44795) is known color: Mulberry. HEX triplet: C4, 47 and 95. RGB value is (196,71,149). Sum of RGB (Red+Green+Blue) = 196+71+149=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C44795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44795 is #3BB86A. Grayscale: #757575. Windows color (decimal): -3913835 or 9783236. OLE color: 9783236.
HSL color Cylindrical-coordinate representation of color #C44795: hue angle of 322.56º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44795 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 149 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.23 |
| HSL | 322.56º | 0.51% | 0.52% | - |
| HSV(B) | 322.56º | 0.64% | 0.77% | - |
| XYZ | 30.44 | 18.41 | 30.38 | - |
| YUV | 117.27 | 145.91 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 149 | 0 | 0.64 | 0.24 | 0.23 | 322.56 | 0.51 | 0.52 |
| Hex | C4 | 47 | 95 | 0 | 40 | 18 | 17 | 143 | 33 | 34 |
| Octal | 304 | 107 | 225 | 0 | 100 | 30 | 27 | 503 | 63 | 64 |
| Binary | 11000100 | 1000111 | 10010101 | 0 | 1000000 | 11000 | 10111 | 101000011 | 110011 | 110100 |
Color Harmonies of #C44795
Complementary color
Monochromatic Colors of #C44795
Black with #C44795
Text Example
Text Example
White with #C44795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44795; }
p { color: rgb(196,71,149); }
H1.HeaderClassName
{
color: #C44795;
}
.AnyTagClassName
{
color: #C44795;
}
</style>
background-color css
<style>
a { background-color: #C44795; }
a { background-color: rgb(196,71,149); }
div.DivClassName
{
background-color: #C44795;
}
.BgClassName
{
background-color: #C44795;
}
</style>
border-color css
<style>
span { border-color: #C44795; }
span { border-color: rgb(196,71,149); }
td.TdClassName
{
border-color: #C44795;
}
.TagClassName
{
border-color: #C44795;
}
</style>