Shades of Mulberry #C44694
Tints of Mulberry #C44694
RGB
CMYK
RGB Variations
Color information
#C44694 (or 0xC44694) is known color: Mulberry. HEX triplet: C4, 46 and 94. RGB value is (196,70,148). Sum of RGB (Red+Green+Blue) = 196+70+148=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C44694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44694 is #3BB96B. Grayscale: #747474. Windows color (decimal): -3914092 or 9717444. OLE color: 9717444.
HSL color Cylindrical-coordinate representation of color #C44694: hue angle of 322.86º 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 #C44694 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 148 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.23 |
| HSL | 322.86º | 0.52% | 0.52% | - |
| HSV(B) | 322.86º | 0.64% | 0.77% | - |
| XYZ | 30.3 | 18.25 | 29.94 | - |
| YUV | 116.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 148 | 0 | 0.64 | 0.24 | 0.23 | 322.86 | 0.52 | 0.52 |
| Hex | C4 | 46 | 94 | 0 | 40 | 18 | 17 | 143 | 34 | 34 |
| Octal | 304 | 106 | 224 | 0 | 100 | 30 | 27 | 503 | 64 | 64 |
| Binary | 11000100 | 1000110 | 10010100 | 0 | 1000000 | 11000 | 10111 | 101000011 | 110100 | 110100 |
Color Harmonies of #C44694
Complementary color
Monochromatic Colors of #C44694
Black with #C44694
Text Example
Text Example
White with #C44694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44694; }
p { color: rgb(196,70,148); }
H1.HeaderClassName
{
color: #C44694;
}
.AnyTagClassName
{
color: #C44694;
}
</style>
background-color css
<style>
a { background-color: #C44694; }
a { background-color: rgb(196,70,148); }
div.DivClassName
{
background-color: #C44694;
}
.BgClassName
{
background-color: #C44694;
}
</style>
border-color css
<style>
span { border-color: #C44694; }
span { border-color: rgb(196,70,148); }
td.TdClassName
{
border-color: #C44694;
}
.TagClassName
{
border-color: #C44694;
}
</style>