Shades of Mulberry #C44FA5
Tints of Mulberry #C44FA5
RGB
CMYK
RGB Variations
Color information
#C44FA5 (or 0xC44FA5) is known color: Mulberry. HEX triplet: C4, 4F and A5. RGB value is (196,79,165). Sum of RGB (Red+Green+Blue) = 196+79+165=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C44FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44FA5 is #3BB05A. Grayscale: #7B7B7B. Windows color (decimal): -3911771 or 10833860. OLE color: 10833860.
HSL color Cylindrical-coordinate representation of color #C44FA5: hue angle of 315.9º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44FA5 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 165 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.23 |
| HSL | 315.9º | 0.5% | 0.54% | - |
| HSV(B) | 315.9º | 0.6% | 0.77% | - |
| XYZ | 32.35 | 20.04 | 37.76 | - |
| YUV | 123.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 165 | 0 | 0.60 | 0.16 | 0.23 | 315.9 | 0.5 | 0.54 |
| Hex | C4 | 4F | A5 | 0 | 3C | 10 | 17 | 13C | 32 | 36 |
| Octal | 304 | 117 | 245 | 0 | 74 | 20 | 27 | 474 | 62 | 66 |
| Binary | 11000100 | 1001111 | 10100101 | 0 | 111100 | 10000 | 10111 | 100111100 | 110010 | 110110 |
Color Harmonies of #C44FA5
Complementary color
Monochromatic Colors of #C44FA5
Black with #C44FA5
Text Example
Text Example
White with #C44FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44FA5; }
p { color: rgb(196,79,165); }
H1.HeaderClassName
{
color: #C44FA5;
}
.AnyTagClassName
{
color: #C44FA5;
}
</style>
background-color css
<style>
a { background-color: #C44FA5; }
a { background-color: rgb(196,79,165); }
div.DivClassName
{
background-color: #C44FA5;
}
.BgClassName
{
background-color: #C44FA5;
}
</style>
border-color css
<style>
span { border-color: #C44FA5; }
span { border-color: rgb(196,79,165); }
td.TdClassName
{
border-color: #C44FA5;
}
.TagClassName
{
border-color: #C44FA5;
}
</style>