Shades of Mulberry #C44392
Tints of Mulberry #C44392
RGB
CMYK
RGB Variations
Color information
#C44392 (or 0xC44392) is known color: Mulberry. HEX triplet: C4, 43 and 92. RGB value is (196,67,146). Sum of RGB (Red+Green+Blue) = 196+67+146=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C44392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44392 is #3BBC6D. Grayscale: #727272. Windows color (decimal): -3914862 or 9585604. OLE color: 9585604.
HSL color Cylindrical-coordinate representation of color #C44392: hue angle of 323.26º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44392 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 146 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.23 |
| HSL | 323.26º | 0.52% | 0.52% | - |
| HSV(B) | 323.26º | 0.66% | 0.77% | - |
| XYZ | 29.96 | 17.83 | 29.06 | - |
| YUV | 114.58 | 145.74 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 146 | 0 | 0.66 | 0.26 | 0.23 | 323.26 | 0.52 | 0.52 |
| Hex | C4 | 43 | 92 | 0 | 42 | 1A | 17 | 143 | 34 | 34 |
| Octal | 304 | 103 | 222 | 0 | 102 | 32 | 27 | 503 | 64 | 64 |
| Binary | 11000100 | 1000011 | 10010010 | 0 | 1000010 | 11010 | 10111 | 101000011 | 110100 | 110100 |
Color Harmonies of #C44392
Complementary color
Monochromatic Colors of #C44392
Black with #C44392
Text Example
Text Example
White with #C44392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44392; }
p { color: rgb(196,67,146); }
H1.HeaderClassName
{
color: #C44392;
}
.AnyTagClassName
{
color: #C44392;
}
</style>
background-color css
<style>
a { background-color: #C44392; }
a { background-color: rgb(196,67,146); }
div.DivClassName
{
background-color: #C44392;
}
.BgClassName
{
background-color: #C44392;
}
</style>
border-color css
<style>
span { border-color: #C44392; }
span { border-color: rgb(196,67,146); }
td.TdClassName
{
border-color: #C44392;
}
.TagClassName
{
border-color: #C44392;
}
</style>