Shades of Mulberry #C44592
Tints of Mulberry #C44592
RGB
CMYK
RGB Variations
Color information
#C44592 (or 0xC44592) is known color: Mulberry. HEX triplet: C4, 45 and 92. RGB value is (196,69,146). Sum of RGB (Red+Green+Blue) = 196+69+146=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C44592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44592 is #3BBA6D. Grayscale: #737373. Windows color (decimal): -3914350 or 9586116. OLE color: 9586116.
HSL color Cylindrical-coordinate representation of color #C44592: hue angle of 323.62º 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 #C44592 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 146 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.23 |
| HSL | 323.62º | 0.52% | 0.52% | - |
| HSV(B) | 323.62º | 0.65% | 0.77% | - |
| XYZ | 30.08 | 18.07 | 29.1 | - |
| YUV | 115.75 | 145.08 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 146 | 0 | 0.65 | 0.26 | 0.23 | 323.62 | 0.52 | 0.52 |
| Hex | C4 | 45 | 92 | 0 | 41 | 1A | 17 | 144 | 34 | 34 |
| Octal | 304 | 105 | 222 | 0 | 101 | 32 | 27 | 504 | 64 | 64 |
| Binary | 11000100 | 1000101 | 10010010 | 0 | 1000001 | 11010 | 10111 | 101000100 | 110100 | 110100 |
Color Harmonies of #C44592
Complementary color
Monochromatic Colors of #C44592
Black with #C44592
Text Example
Text Example
White with #C44592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44592; }
p { color: rgb(196,69,146); }
H1.HeaderClassName
{
color: #C44592;
}
.AnyTagClassName
{
color: #C44592;
}
</style>
background-color css
<style>
a { background-color: #C44592; }
a { background-color: rgb(196,69,146); }
div.DivClassName
{
background-color: #C44592;
}
.BgClassName
{
background-color: #C44592;
}
</style>
border-color css
<style>
span { border-color: #C44592; }
span { border-color: rgb(196,69,146); }
td.TdClassName
{
border-color: #C44592;
}
.TagClassName
{
border-color: #C44592;
}
</style>