Shades of Mulberry #C44282
Tints of Mulberry #C44282
RGB
CMYK
RGB Variations
Color information
#C44282 (or 0xC44282) is known color: Mulberry. HEX triplet: C4, 42 and 82. RGB value is (196,66,130). Sum of RGB (Red+Green+Blue) = 196+66+130=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C44282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44282 is #3BBD7D. Grayscale: #707070. Windows color (decimal): -3915134 or 8536772. OLE color: 8536772.
HSL color Cylindrical-coordinate representation of color #C44282: hue angle of 330.46º 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 #C44282 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 130 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.23 |
| HSL | 330.46º | 0.52% | 0.51% | - |
| HSV(B) | 330.46º | 0.66% | 0.77% | - |
| XYZ | 28.74 | 17.24 | 22.93 | - |
| YUV | 112.17 | 138.07 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 130 | 0 | 0.66 | 0.34 | 0.23 | 330.46 | 0.52 | 0.51 |
| Hex | C4 | 42 | 82 | 0 | 42 | 22 | 17 | 14A | 34 | 33 |
| Octal | 304 | 102 | 202 | 0 | 102 | 42 | 27 | 512 | 64 | 63 |
| Binary | 11000100 | 1000010 | 10000010 | 0 | 1000010 | 100010 | 10111 | 101001010 | 110100 | 110011 |
Color Harmonies of #C44282
Complementary color
Monochromatic Colors of #C44282
Black with #C44282
Text Example
Text Example
White with #C44282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44282; }
p { color: rgb(196,66,130); }
H1.HeaderClassName
{
color: #C44282;
}
.AnyTagClassName
{
color: #C44282;
}
</style>
background-color css
<style>
a { background-color: #C44282; }
a { background-color: rgb(196,66,130); }
div.DivClassName
{
background-color: #C44282;
}
.BgClassName
{
background-color: #C44282;
}
</style>
border-color css
<style>
span { border-color: #C44282; }
span { border-color: rgb(196,66,130); }
td.TdClassName
{
border-color: #C44282;
}
.TagClassName
{
border-color: #C44282;
}
</style>