Shades of Mulberry #C44A93
Tints of Mulberry #C44A93
RGB
CMYK
RGB Variations
Color information
#C44A93 (or 0xC44A93) is known color: Mulberry. HEX triplet: C4, 4A and 93. RGB value is (196,74,147). Sum of RGB (Red+Green+Blue) = 196+74+147=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44A93 is #3BB56C. Grayscale: #767676. Windows color (decimal): -3913069 or 9652932. OLE color: 9652932.
HSL color Cylindrical-coordinate representation of color #C44A93: hue angle of 324.1º 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 #C44A93 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 147 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.23 |
| HSL | 324.1º | 0.51% | 0.53% | - |
| HSV(B) | 324.1º | 0.62% | 0.77% | - |
| XYZ | 30.48 | 18.74 | 29.61 | - |
| YUV | 118.8 | 143.92 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 147 | 0 | 0.62 | 0.25 | 0.23 | 324.1 | 0.51 | 0.53 |
| Hex | C4 | 4A | 93 | 0 | 3E | 19 | 17 | 144 | 33 | 35 |
| Octal | 304 | 112 | 223 | 0 | 76 | 31 | 27 | 504 | 63 | 65 |
| Binary | 11000100 | 1001010 | 10010011 | 0 | 111110 | 11001 | 10111 | 101000100 | 110011 | 110101 |
Color Harmonies of #C44A93
Complementary color
Monochromatic Colors of #C44A93
Black with #C44A93
Text Example
Text Example
White with #C44A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A93; }
p { color: rgb(196,74,147); }
H1.HeaderClassName
{
color: #C44A93;
}
.AnyTagClassName
{
color: #C44A93;
}
</style>
background-color css
<style>
a { background-color: #C44A93; }
a { background-color: rgb(196,74,147); }
div.DivClassName
{
background-color: #C44A93;
}
.BgClassName
{
background-color: #C44A93;
}
</style>
border-color css
<style>
span { border-color: #C44A93; }
span { border-color: rgb(196,74,147); }
td.TdClassName
{
border-color: #C44A93;
}
.TagClassName
{
border-color: #C44A93;
}
</style>