Shades of Mulberry #C44098
Tints of Mulberry #C44098
RGB
CMYK
RGB Variations
Color information
#C44098 (or 0xC44098) is known color: Mulberry. HEX triplet: C4, 40 and 98. RGB value is (196,64,152). Sum of RGB (Red+Green+Blue) = 196+64+152=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C44098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44098 is #3BBF67. Grayscale: #717171. Windows color (decimal): -3915624 or 9978052. OLE color: 9978052.
HSL color Cylindrical-coordinate representation of color #C44098: hue angle of 320º 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 #C44098 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 152 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.23 |
| HSL | 320º | 0.53% | 0.51% | - |
| HSV(B) | 320º | 0.67% | 0.77% | - |
| XYZ | 30.27 | 17.67 | 31.52 | - |
| YUV | 113.5 | 149.73 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 152 | 0 | 0.67 | 0.22 | 0.23 | 320 | 0.53 | 0.51 |
| Hex | C4 | 40 | 98 | 0 | 43 | 16 | 17 | 140 | 35 | 33 |
| Octal | 304 | 100 | 230 | 0 | 103 | 26 | 27 | 500 | 65 | 63 |
| Binary | 11000100 | 1000000 | 10011000 | 0 | 1000011 | 10110 | 10111 | 101000000 | 110101 | 110011 |
Color Harmonies of #C44098
Complementary color
Monochromatic Colors of #C44098
Black with #C44098
Text Example
Text Example
White with #C44098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44098; }
p { color: rgb(196,64,152); }
H1.HeaderClassName
{
color: #C44098;
}
.AnyTagClassName
{
color: #C44098;
}
</style>
background-color css
<style>
a { background-color: #C44098; }
a { background-color: rgb(196,64,152); }
div.DivClassName
{
background-color: #C44098;
}
.BgClassName
{
background-color: #C44098;
}
</style>
border-color css
<style>
span { border-color: #C44098; }
span { border-color: rgb(196,64,152); }
td.TdClassName
{
border-color: #C44098;
}
.TagClassName
{
border-color: #C44098;
}
</style>