Shades of Mulberry #C44296
Tints of Mulberry #C44296
RGB
CMYK
RGB Variations
Color information
#C44296 (or 0xC44296) is known color: Mulberry. HEX triplet: C4, 42 and 96. RGB value is (196,66,150). Sum of RGB (Red+Green+Blue) = 196+66+150=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C44296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44296 is #3BBD69. Grayscale: #727272. Windows color (decimal): -3915114 or 9847492. OLE color: 9847492.
HSL color Cylindrical-coordinate representation of color #C44296: hue angle of 321.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44296 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 150 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.23 |
| HSL | 321.23º | 0.52% | 0.51% | - |
| HSV(B) | 321.23º | 0.66% | 0.77% | - |
| XYZ | 30.22 | 17.83 | 30.7 | - |
| YUV | 114.45 | 148.07 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 150 | 0 | 0.66 | 0.23 | 0.23 | 321.23 | 0.52 | 0.51 |
| Hex | C4 | 42 | 96 | 0 | 42 | 17 | 17 | 141 | 34 | 33 |
| Octal | 304 | 102 | 226 | 0 | 102 | 27 | 27 | 501 | 64 | 63 |
| Binary | 11000100 | 1000010 | 10010110 | 0 | 1000010 | 10111 | 10111 | 101000001 | 110100 | 110011 |
Color Harmonies of #C44296
Complementary color
Monochromatic Colors of #C44296
Black with #C44296
Text Example
Text Example
White with #C44296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44296; }
p { color: rgb(196,66,150); }
H1.HeaderClassName
{
color: #C44296;
}
.AnyTagClassName
{
color: #C44296;
}
</style>
background-color css
<style>
a { background-color: #C44296; }
a { background-color: rgb(196,66,150); }
div.DivClassName
{
background-color: #C44296;
}
.BgClassName
{
background-color: #C44296;
}
</style>
border-color css
<style>
span { border-color: #C44296; }
span { border-color: rgb(196,66,150); }
td.TdClassName
{
border-color: #C44296;
}
.TagClassName
{
border-color: #C44296;
}
</style>