Shades of Mulberry #C4449E
Tints of Mulberry #C4449E
RGB
CMYK
RGB Variations
Color information
#C4449E (or 0xC4449E) is known color: Mulberry. HEX triplet: C4, 44 and 9E. RGB value is (196,68,158). Sum of RGB (Red+Green+Blue) = 196+68+158=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C4449E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4449E is #3BBB61. Grayscale: #747474. Windows color (decimal): -3914594 or 10372292. OLE color: 10372292.
HSL color Cylindrical-coordinate representation of color #C4449E: hue angle of 317.81º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4449E is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 158 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.23 |
| HSL | 317.81º | 0.52% | 0.52% | - |
| HSV(B) | 317.81º | 0.65% | 0.77% | - |
| XYZ | 31 | 18.34 | 34.25 | - |
| YUV | 116.53 | 151.41 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 158 | 0 | 0.65 | 0.19 | 0.23 | 317.81 | 0.52 | 0.52 |
| Hex | C4 | 44 | 9E | 0 | 41 | 13 | 17 | 13E | 34 | 34 |
| Octal | 304 | 104 | 236 | 0 | 101 | 23 | 27 | 476 | 64 | 64 |
| Binary | 11000100 | 1000100 | 10011110 | 0 | 1000001 | 10011 | 10111 | 100111110 | 110100 | 110100 |
Color Harmonies of #C4449E
Complementary color
Monochromatic Colors of #C4449E
Black with #C4449E
Text Example
Text Example
White with #C4449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4449E; }
p { color: rgb(196,68,158); }
H1.HeaderClassName
{
color: #C4449E;
}
.AnyTagClassName
{
color: #C4449E;
}
</style>
background-color css
<style>
a { background-color: #C4449E; }
a { background-color: rgb(196,68,158); }
div.DivClassName
{
background-color: #C4449E;
}
.BgClassName
{
background-color: #C4449E;
}
</style>
border-color css
<style>
span { border-color: #C4449E; }
span { border-color: rgb(196,68,158); }
td.TdClassName
{
border-color: #C4449E;
}
.TagClassName
{
border-color: #C4449E;
}
</style>