Shades of Mulberry #C44292
Tints of Mulberry #C44292
RGB
CMYK
RGB Variations
Color information
#C44292 (or 0xC44292) is known color: Mulberry. HEX triplet: C4, 42 and 92. RGB value is (196,66,146). Sum of RGB (Red+Green+Blue) = 196+66+146=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C44292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44292 is #3BBD6D. Grayscale: #717171. Windows color (decimal): -3915118 or 9585348. OLE color: 9585348.
HSL color Cylindrical-coordinate representation of color #C44292: hue angle of 323.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44292 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 146 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.23 |
| HSL | 323.08º | 0.52% | 0.51% | - |
| HSV(B) | 323.08º | 0.66% | 0.77% | - |
| XYZ | 29.9 | 17.71 | 29.04 | - |
| YUV | 113.99 | 146.07 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 146 | 0 | 0.66 | 0.26 | 0.23 | 323.08 | 0.52 | 0.51 |
| Hex | C4 | 42 | 92 | 0 | 42 | 1A | 17 | 143 | 34 | 33 |
| Octal | 304 | 102 | 222 | 0 | 102 | 32 | 27 | 503 | 64 | 63 |
| Binary | 11000100 | 1000010 | 10010010 | 0 | 1000010 | 11010 | 10111 | 101000011 | 110100 | 110011 |
Color Harmonies of #C44292
Complementary color
Monochromatic Colors of #C44292
Black with #C44292
Text Example
Text Example
White with #C44292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44292; }
p { color: rgb(196,66,146); }
H1.HeaderClassName
{
color: #C44292;
}
.AnyTagClassName
{
color: #C44292;
}
</style>
background-color css
<style>
a { background-color: #C44292; }
a { background-color: rgb(196,66,146); }
div.DivClassName
{
background-color: #C44292;
}
.BgClassName
{
background-color: #C44292;
}
</style>
border-color css
<style>
span { border-color: #C44292; }
span { border-color: rgb(196,66,146); }
td.TdClassName
{
border-color: #C44292;
}
.TagClassName
{
border-color: #C44292;
}
</style>