Shades of Mulberry #C44582
Tints of Mulberry #C44582
RGB
CMYK
RGB Variations
Color information
#C44582 (or 0xC44582) is known color: Mulberry. HEX triplet: C4, 45 and 82. RGB value is (196,69,130). Sum of RGB (Red+Green+Blue) = 196+69+130=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C44582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44582 is #3BBA7D. Grayscale: #717171. Windows color (decimal): -3914366 or 8537540. OLE color: 8537540.
HSL color Cylindrical-coordinate representation of color #C44582: hue angle of 331.18º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C44582 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 130 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.23 |
| HSL | 331.18º | 0.52% | 0.52% | - |
| HSV(B) | 331.18º | 0.65% | 0.77% | - |
| XYZ | 28.92 | 17.6 | 22.99 | - |
| YUV | 113.93 | 137.08 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 130 | 0 | 0.65 | 0.34 | 0.23 | 331.18 | 0.52 | 0.52 |
| Hex | C4 | 45 | 82 | 0 | 41 | 22 | 17 | 14B | 34 | 34 |
| Octal | 304 | 105 | 202 | 0 | 101 | 42 | 27 | 513 | 64 | 64 |
| Binary | 11000100 | 1000101 | 10000010 | 0 | 1000001 | 100010 | 10111 | 101001011 | 110100 | 110100 |
Color Harmonies of #C44582
Complementary color
Monochromatic Colors of #C44582
Black with #C44582
Text Example
Text Example
White with #C44582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44582; }
p { color: rgb(196,69,130); }
H1.HeaderClassName
{
color: #C44582;
}
.AnyTagClassName
{
color: #C44582;
}
</style>
background-color css
<style>
a { background-color: #C44582; }
a { background-color: rgb(196,69,130); }
div.DivClassName
{
background-color: #C44582;
}
.BgClassName
{
background-color: #C44582;
}
</style>
border-color css
<style>
span { border-color: #C44582; }
span { border-color: rgb(196,69,130); }
td.TdClassName
{
border-color: #C44582;
}
.TagClassName
{
border-color: #C44582;
}
</style>