Shades of Mulberry #C44696
Tints of Mulberry #C44696
RGB
CMYK
RGB Variations
Color information
#C44696 (or 0xC44696) is known color: Mulberry. HEX triplet: C4, 46 and 96. RGB value is (196,70,150). Sum of RGB (Red+Green+Blue) = 196+70+150=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C44696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44696 is #3BB969. Grayscale: #747474. Windows color (decimal): -3914090 or 9848516. OLE color: 9848516.
HSL color Cylindrical-coordinate representation of color #C44696: hue angle of 321.9º degrees, saturation: 0.52, 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 #C44696 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 150 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.23 |
| HSL | 321.9º | 0.52% | 0.52% | - |
| HSV(B) | 321.9º | 0.64% | 0.77% | - |
| XYZ | 30.46 | 18.32 | 30.78 | - |
| YUV | 116.79 | 146.74 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 150 | 0 | 0.64 | 0.23 | 0.23 | 321.9 | 0.52 | 0.52 |
| Hex | C4 | 46 | 96 | 0 | 40 | 17 | 17 | 142 | 34 | 34 |
| Octal | 304 | 106 | 226 | 0 | 100 | 27 | 27 | 502 | 64 | 64 |
| Binary | 11000100 | 1000110 | 10010110 | 0 | 1000000 | 10111 | 10111 | 101000010 | 110100 | 110100 |
Color Harmonies of #C44696
Complementary color
Monochromatic Colors of #C44696
Black with #C44696
Text Example
Text Example
White with #C44696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44696; }
p { color: rgb(196,70,150); }
H1.HeaderClassName
{
color: #C44696;
}
.AnyTagClassName
{
color: #C44696;
}
</style>
background-color css
<style>
a { background-color: #C44696; }
a { background-color: rgb(196,70,150); }
div.DivClassName
{
background-color: #C44696;
}
.BgClassName
{
background-color: #C44696;
}
</style>
border-color css
<style>
span { border-color: #C44696; }
span { border-color: rgb(196,70,150); }
td.TdClassName
{
border-color: #C44696;
}
.TagClassName
{
border-color: #C44696;
}
</style>