Shades of Mulberry #C24188
Tints of Mulberry #C24188
RGB
CMYK
RGB Variations
Color information
#C24188 (or 0xC24188) is known color: Mulberry. HEX triplet: C2, 41 and 88. RGB value is (194,65,136). Sum of RGB (Red+Green+Blue) = 194+65+136=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C24188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24188 is #3DBE77. Grayscale: #6F6F6F. Windows color (decimal): -4046456 or 8929730. OLE color: 8929730.
HSL color Cylindrical-coordinate representation of color #C24188: hue angle of 326.98º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24188 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 136 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.24 |
| HSL | 326.98º | 0.51% | 0.51% | - |
| HSV(B) | 326.98º | 0.66% | 0.76% | - |
| XYZ | 28.58 | 17.03 | 25.07 | - |
| YUV | 111.67 | 141.74 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 136 | 0 | 0.66 | 0.30 | 0.24 | 326.98 | 0.51 | 0.51 |
| Hex | C2 | 41 | 88 | 0 | 42 | 1E | 18 | 147 | 33 | 33 |
| Octal | 302 | 101 | 210 | 0 | 102 | 36 | 30 | 507 | 63 | 63 |
| Binary | 11000010 | 1000001 | 10001000 | 0 | 1000010 | 11110 | 11000 | 101000111 | 110011 | 110011 |
Color Harmonies of #C24188
Complementary color
Monochromatic Colors of #C24188
Black with #C24188
Text Example
Text Example
White with #C24188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24188; }
p { color: rgb(194,65,136); }
H1.HeaderClassName
{
color: #C24188;
}
.AnyTagClassName
{
color: #C24188;
}
</style>
background-color css
<style>
a { background-color: #C24188; }
a { background-color: rgb(194,65,136); }
div.DivClassName
{
background-color: #C24188;
}
.BgClassName
{
background-color: #C24188;
}
</style>
border-color css
<style>
span { border-color: #C24188; }
span { border-color: rgb(194,65,136); }
td.TdClassName
{
border-color: #C24188;
}
.TagClassName
{
border-color: #C24188;
}
</style>