Shades of Mulberry #C44184
Tints of Mulberry #C44184
RGB
CMYK
RGB Variations
Color information
#C44184 (or 0xC44184) is known color: Mulberry. HEX triplet: C4, 41 and 84. RGB value is (196,65,132). Sum of RGB (Red+Green+Blue) = 196+65+132=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C44184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44184 is #3BBE7B. Grayscale: #6F6F6F. Windows color (decimal): -3915388 or 8667588. OLE color: 8667588.
HSL color Cylindrical-coordinate representation of color #C44184: hue angle of 329.31º 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 #C44184 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 132 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.23 |
| HSL | 329.31º | 0.53% | 0.51% | - |
| HSV(B) | 329.31º | 0.67% | 0.77% | - |
| XYZ | 28.82 | 17.18 | 23.63 | - |
| YUV | 111.81 | 139.4 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 132 | 0 | 0.67 | 0.33 | 0.23 | 329.31 | 0.53 | 0.51 |
| Hex | C4 | 41 | 84 | 0 | 43 | 21 | 17 | 149 | 35 | 33 |
| Octal | 304 | 101 | 204 | 0 | 103 | 41 | 27 | 511 | 65 | 63 |
| Binary | 11000100 | 1000001 | 10000100 | 0 | 1000011 | 100001 | 10111 | 101001001 | 110101 | 110011 |
Color Harmonies of #C44184
Complementary color
Monochromatic Colors of #C44184
Black with #C44184
Text Example
Text Example
White with #C44184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44184; }
p { color: rgb(196,65,132); }
H1.HeaderClassName
{
color: #C44184;
}
.AnyTagClassName
{
color: #C44184;
}
</style>
background-color css
<style>
a { background-color: #C44184; }
a { background-color: rgb(196,65,132); }
div.DivClassName
{
background-color: #C44184;
}
.BgClassName
{
background-color: #C44184;
}
</style>
border-color css
<style>
span { border-color: #C44184; }
span { border-color: rgb(196,65,132); }
td.TdClassName
{
border-color: #C44184;
}
.TagClassName
{
border-color: #C44184;
}
</style>