Shades of Mulberry #C44293
Tints of Mulberry #C44293
RGB
CMYK
RGB Variations
Color information
#C44293 (or 0xC44293) is known color: Mulberry. HEX triplet: C4, 42 and 93. RGB value is (196,66,147). Sum of RGB (Red+Green+Blue) = 196+66+147=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C44293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44293 is #3BBD6C. Grayscale: #717171. Windows color (decimal): -3915117 or 9650884. OLE color: 9650884.
HSL color Cylindrical-coordinate representation of color #C44293: hue angle of 322.62º 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 #C44293 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 147 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.23 |
| HSL | 322.62º | 0.52% | 0.51% | - |
| HSV(B) | 322.62º | 0.66% | 0.77% | - |
| XYZ | 29.98 | 17.74 | 29.45 | - |
| YUV | 114.1 | 146.57 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 147 | 0 | 0.66 | 0.25 | 0.23 | 322.62 | 0.52 | 0.51 |
| Hex | C4 | 42 | 93 | 0 | 42 | 19 | 17 | 143 | 34 | 33 |
| Octal | 304 | 102 | 223 | 0 | 102 | 31 | 27 | 503 | 64 | 63 |
| Binary | 11000100 | 1000010 | 10010011 | 0 | 1000010 | 11001 | 10111 | 101000011 | 110100 | 110011 |
Color Harmonies of #C44293
Complementary color
Monochromatic Colors of #C44293
Black with #C44293
Text Example
Text Example
White with #C44293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44293; }
p { color: rgb(196,66,147); }
H1.HeaderClassName
{
color: #C44293;
}
.AnyTagClassName
{
color: #C44293;
}
</style>
background-color css
<style>
a { background-color: #C44293; }
a { background-color: rgb(196,66,147); }
div.DivClassName
{
background-color: #C44293;
}
.BgClassName
{
background-color: #C44293;
}
</style>
border-color css
<style>
span { border-color: #C44293; }
span { border-color: rgb(196,66,147); }
td.TdClassName
{
border-color: #C44293;
}
.TagClassName
{
border-color: #C44293;
}
</style>