Shades of Mulberry #C44099
Tints of Mulberry #C44099
RGB
CMYK
RGB Variations
Color information
#C44099 (or 0xC44099) is known color: Mulberry. HEX triplet: C4, 40 and 99. RGB value is (196,64,153). Sum of RGB (Red+Green+Blue) = 196+64+153=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C44099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44099 is #3BBF66. Grayscale: #717171. Windows color (decimal): -3915623 or 10043588. OLE color: 10043588.
HSL color Cylindrical-coordinate representation of color #C44099: hue angle of 319.55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44099 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 153 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.23 |
| HSL | 319.55º | 0.53% | 0.51% | - |
| HSV(B) | 319.55º | 0.67% | 0.77% | - |
| XYZ | 30.35 | 17.7 | 31.95 | - |
| YUV | 113.61 | 150.23 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 153 | 0 | 0.67 | 0.22 | 0.23 | 319.55 | 0.53 | 0.51 |
| Hex | C4 | 40 | 99 | 0 | 43 | 16 | 17 | 140 | 35 | 33 |
| Octal | 304 | 100 | 231 | 0 | 103 | 26 | 27 | 500 | 65 | 63 |
| Binary | 11000100 | 1000000 | 10011001 | 0 | 1000011 | 10110 | 10111 | 101000000 | 110101 | 110011 |
Color Harmonies of #C44099
Complementary color
Monochromatic Colors of #C44099
Black with #C44099
Text Example
Text Example
White with #C44099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44099; }
p { color: rgb(196,64,153); }
H1.HeaderClassName
{
color: #C44099;
}
.AnyTagClassName
{
color: #C44099;
}
</style>
background-color css
<style>
a { background-color: #C44099; }
a { background-color: rgb(196,64,153); }
div.DivClassName
{
background-color: #C44099;
}
.BgClassName
{
background-color: #C44099;
}
</style>
border-color css
<style>
span { border-color: #C44099; }
span { border-color: rgb(196,64,153); }
td.TdClassName
{
border-color: #C44099;
}
.TagClassName
{
border-color: #C44099;
}
</style>