Shades of Mulberry #C44398
Tints of Mulberry #C44398
RGB
CMYK
RGB Variations
Color information
#C44398 (or 0xC44398) is known color: Mulberry. HEX triplet: C4, 43 and 98. RGB value is (196,67,152). Sum of RGB (Red+Green+Blue) = 196+67+152=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C44398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44398 is #3BBC67. Grayscale: #737373. Windows color (decimal): -3914856 or 9978820. OLE color: 9978820.
HSL color Cylindrical-coordinate representation of color #C44398: hue angle of 320.47º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44398 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 152 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.23 |
| HSL | 320.47º | 0.52% | 0.52% | - |
| HSV(B) | 320.47º | 0.66% | 0.77% | - |
| XYZ | 30.44 | 18.02 | 31.58 | - |
| YUV | 115.26 | 148.74 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 152 | 0 | 0.66 | 0.22 | 0.23 | 320.47 | 0.52 | 0.52 |
| Hex | C4 | 43 | 98 | 0 | 42 | 16 | 17 | 140 | 34 | 34 |
| Octal | 304 | 103 | 230 | 0 | 102 | 26 | 27 | 500 | 64 | 64 |
| Binary | 11000100 | 1000011 | 10011000 | 0 | 1000010 | 10110 | 10111 | 101000000 | 110100 | 110100 |
Color Harmonies of #C44398
Complementary color
Monochromatic Colors of #C44398
Black with #C44398
Text Example
Text Example
White with #C44398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44398; }
p { color: rgb(196,67,152); }
H1.HeaderClassName
{
color: #C44398;
}
.AnyTagClassName
{
color: #C44398;
}
</style>
background-color css
<style>
a { background-color: #C44398; }
a { background-color: rgb(196,67,152); }
div.DivClassName
{
background-color: #C44398;
}
.BgClassName
{
background-color: #C44398;
}
</style>
border-color css
<style>
span { border-color: #C44398; }
span { border-color: rgb(196,67,152); }
td.TdClassName
{
border-color: #C44398;
}
.TagClassName
{
border-color: #C44398;
}
</style>