Shades of Mulberry #C4449C
Tints of Mulberry #C4449C
RGB
CMYK
RGB Variations
Color information
#C4449C (or 0xC4449C) is known color: Mulberry. HEX triplet: C4, 44 and 9C. RGB value is (196,68,156). Sum of RGB (Red+Green+Blue) = 196+68+156=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C4449C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4449C is #3BBB63. Grayscale: #747474. Windows color (decimal): -3914596 or 10241220. OLE color: 10241220.
HSL color Cylindrical-coordinate representation of color #C4449C: hue angle of 318.75º 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 #C4449C is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 156 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.23 |
| HSL | 318.75º | 0.52% | 0.52% | - |
| HSV(B) | 318.75º | 0.65% | 0.77% | - |
| XYZ | 30.83 | 18.27 | 33.35 | - |
| YUV | 116.3 | 150.41 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 156 | 0 | 0.65 | 0.20 | 0.23 | 318.75 | 0.52 | 0.52 |
| Hex | C4 | 44 | 9C | 0 | 41 | 14 | 17 | 13F | 34 | 34 |
| Octal | 304 | 104 | 234 | 0 | 101 | 24 | 27 | 477 | 64 | 64 |
| Binary | 11000100 | 1000100 | 10011100 | 0 | 1000001 | 10100 | 10111 | 100111111 | 110100 | 110100 |
Color Harmonies of #C4449C
Complementary color
Monochromatic Colors of #C4449C
Black with #C4449C
Text Example
Text Example
White with #C4449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4449C; }
p { color: rgb(196,68,156); }
H1.HeaderClassName
{
color: #C4449C;
}
.AnyTagClassName
{
color: #C4449C;
}
</style>
background-color css
<style>
a { background-color: #C4449C; }
a { background-color: rgb(196,68,156); }
div.DivClassName
{
background-color: #C4449C;
}
.BgClassName
{
background-color: #C4449C;
}
</style>
border-color css
<style>
span { border-color: #C4449C; }
span { border-color: rgb(196,68,156); }
td.TdClassName
{
border-color: #C4449C;
}
.TagClassName
{
border-color: #C4449C;
}
</style>