Shades of Mulberry #C44288
Tints of Mulberry #C44288
RGB
CMYK
RGB Variations
Color information
#C44288 (or 0xC44288) is known color: Mulberry. HEX triplet: C4, 42 and 88. RGB value is (196,66,136). Sum of RGB (Red+Green+Blue) = 196+66+136=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C44288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44288 is #3BBD77. Grayscale: #707070. Windows color (decimal): -3915128 or 8929988. OLE color: 8929988.
HSL color Cylindrical-coordinate representation of color #C44288: hue angle of 327.69º 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 #C44288 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 136 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.23 |
| HSL | 327.69º | 0.52% | 0.51% | - |
| HSV(B) | 327.69º | 0.66% | 0.77% | - |
| XYZ | 29.16 | 17.41 | 25.12 | - |
| YUV | 112.85 | 141.07 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 136 | 0 | 0.66 | 0.31 | 0.23 | 327.69 | 0.52 | 0.51 |
| Hex | C4 | 42 | 88 | 0 | 42 | 1F | 17 | 148 | 34 | 33 |
| Octal | 304 | 102 | 210 | 0 | 102 | 37 | 27 | 510 | 64 | 63 |
| Binary | 11000100 | 1000010 | 10001000 | 0 | 1000010 | 11111 | 10111 | 101001000 | 110100 | 110011 |
Color Harmonies of #C44288
Complementary color
Monochromatic Colors of #C44288
Black with #C44288
Text Example
Text Example
White with #C44288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44288; }
p { color: rgb(196,66,136); }
H1.HeaderClassName
{
color: #C44288;
}
.AnyTagClassName
{
color: #C44288;
}
</style>
background-color css
<style>
a { background-color: #C44288; }
a { background-color: rgb(196,66,136); }
div.DivClassName
{
background-color: #C44288;
}
.BgClassName
{
background-color: #C44288;
}
</style>
border-color css
<style>
span { border-color: #C44288; }
span { border-color: rgb(196,66,136); }
td.TdClassName
{
border-color: #C44288;
}
.TagClassName
{
border-color: #C44288;
}
</style>