Shades of Mulberry #C44080
Tints of Mulberry #C44080
RGB
CMYK
RGB Variations
Color information
#C44080 (or 0xC44080) is known color: Mulberry. HEX triplet: C4, 40 and 80. RGB value is (196,64,128). Sum of RGB (Red+Green+Blue) = 196+64+128=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C44080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44080 is #3BBF7F. Grayscale: #6E6E6E. Windows color (decimal): -3915648 or 8405188. OLE color: 8405188.
HSL color Cylindrical-coordinate representation of color #C44080: hue angle of 330.91º 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 #C44080 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 128 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.23 |
| HSL | 330.91º | 0.53% | 0.51% | - |
| HSV(B) | 330.91º | 0.67% | 0.77% | - |
| XYZ | 28.49 | 16.96 | 22.19 | - |
| YUV | 110.76 | 137.73 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 128 | 0 | 0.67 | 0.35 | 0.23 | 330.91 | 0.53 | 0.51 |
| Hex | C4 | 40 | 80 | 0 | 43 | 23 | 17 | 14B | 35 | 33 |
| Octal | 304 | 100 | 200 | 0 | 103 | 43 | 27 | 513 | 65 | 63 |
| Binary | 11000100 | 1000000 | 10000000 | 0 | 1000011 | 100011 | 10111 | 101001011 | 110101 | 110011 |
Color Harmonies of #C44080
Complementary color
Monochromatic Colors of #C44080
Black with #C44080
Text Example
Text Example
White with #C44080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44080; }
p { color: rgb(196,64,128); }
H1.HeaderClassName
{
color: #C44080;
}
.AnyTagClassName
{
color: #C44080;
}
</style>
background-color css
<style>
a { background-color: #C44080; }
a { background-color: rgb(196,64,128); }
div.DivClassName
{
background-color: #C44080;
}
.BgClassName
{
background-color: #C44080;
}
</style>
border-color css
<style>
span { border-color: #C44080; }
span { border-color: rgb(196,64,128); }
td.TdClassName
{
border-color: #C44080;
}
.TagClassName
{
border-color: #C44080;
}
</style>