Shades of Mulberry #C44A98
Tints of Mulberry #C44A98
RGB
CMYK
RGB Variations
Color information
#C44A98 (or 0xC44A98) is known color: Mulberry. HEX triplet: C4, 4A and 98. RGB value is (196,74,152). Sum of RGB (Red+Green+Blue) = 196+74+152=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44A98 is #3BB567. Grayscale: #777777. Windows color (decimal): -3913064 or 9980612. OLE color: 9980612.
HSL color Cylindrical-coordinate representation of color #C44A98: hue angle of 321.64º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44A98 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 152 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.23 |
| HSL | 321.64º | 0.51% | 0.53% | - |
| HSV(B) | 321.64º | 0.62% | 0.77% | - |
| XYZ | 30.88 | 18.9 | 31.73 | - |
| YUV | 119.37 | 146.42 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 152 | 0 | 0.62 | 0.22 | 0.23 | 321.64 | 0.51 | 0.53 |
| Hex | C4 | 4A | 98 | 0 | 3E | 16 | 17 | 142 | 33 | 35 |
| Octal | 304 | 112 | 230 | 0 | 76 | 26 | 27 | 502 | 63 | 65 |
| Binary | 11000100 | 1001010 | 10011000 | 0 | 111110 | 10110 | 10111 | 101000010 | 110011 | 110101 |
Color Harmonies of #C44A98
Complementary color
Monochromatic Colors of #C44A98
Black with #C44A98
Text Example
Text Example
White with #C44A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A98; }
p { color: rgb(196,74,152); }
H1.HeaderClassName
{
color: #C44A98;
}
.AnyTagClassName
{
color: #C44A98;
}
</style>
background-color css
<style>
a { background-color: #C44A98; }
a { background-color: rgb(196,74,152); }
div.DivClassName
{
background-color: #C44A98;
}
.BgClassName
{
background-color: #C44A98;
}
</style>
border-color css
<style>
span { border-color: #C44A98; }
span { border-color: rgb(196,74,152); }
td.TdClassName
{
border-color: #C44A98;
}
.TagClassName
{
border-color: #C44A98;
}
</style>