Shades of Mulberry #C44185
Tints of Mulberry #C44185
RGB
CMYK
RGB Variations
Color information
#C44185 (or 0xC44185) is known color: Mulberry. HEX triplet: C4, 41 and 85. RGB value is (196,65,133). Sum of RGB (Red+Green+Blue) = 196+65+133=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C44185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44185 is #3BBE7A. Grayscale: #6F6F6F. Windows color (decimal): -3915387 or 8733124. OLE color: 8733124.
HSL color Cylindrical-coordinate representation of color #C44185: hue angle of 328.85º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44185 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 133 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.23 |
| HSL | 328.85º | 0.53% | 0.51% | - |
| HSV(B) | 328.85º | 0.67% | 0.77% | - |
| XYZ | 28.89 | 17.21 | 23.99 | - |
| YUV | 111.92 | 139.9 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 133 | 0 | 0.67 | 0.32 | 0.23 | 328.85 | 0.53 | 0.51 |
| Hex | C4 | 41 | 85 | 0 | 43 | 20 | 17 | 149 | 35 | 33 |
| Octal | 304 | 101 | 205 | 0 | 103 | 40 | 27 | 511 | 65 | 63 |
| Binary | 11000100 | 1000001 | 10000101 | 0 | 1000011 | 100000 | 10111 | 101001001 | 110101 | 110011 |
Color Harmonies of #C44185
Complementary color
Monochromatic Colors of #C44185
Black with #C44185
Text Example
Text Example
White with #C44185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44185; }
p { color: rgb(196,65,133); }
H1.HeaderClassName
{
color: #C44185;
}
.AnyTagClassName
{
color: #C44185;
}
</style>
background-color css
<style>
a { background-color: #C44185; }
a { background-color: rgb(196,65,133); }
div.DivClassName
{
background-color: #C44185;
}
.BgClassName
{
background-color: #C44185;
}
</style>
border-color css
<style>
span { border-color: #C44185; }
span { border-color: rgb(196,65,133); }
td.TdClassName
{
border-color: #C44185;
}
.TagClassName
{
border-color: #C44185;
}
</style>