Shades of Mulberry #C24189
Tints of Mulberry #C24189
RGB
CMYK
RGB Variations
Color information
#C24189 (or 0xC24189) is known color: Mulberry. HEX triplet: C2, 41 and 89. RGB value is (194,65,137). Sum of RGB (Red+Green+Blue) = 194+65+137=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C24189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24189 is #3DBE76. Grayscale: #6F6F6F. Windows color (decimal): -4046455 or 8995266. OLE color: 8995266.
HSL color Cylindrical-coordinate representation of color #C24189: hue angle of 326.51º 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 #C24189 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 137 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.24 |
| HSL | 326.51º | 0.51% | 0.51% | - |
| HSV(B) | 326.51º | 0.66% | 0.76% | - |
| XYZ | 28.65 | 17.06 | 25.45 | - |
| YUV | 111.78 | 142.24 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 137 | 0 | 0.66 | 0.29 | 0.24 | 326.51 | 0.51 | 0.51 |
| Hex | C2 | 41 | 89 | 0 | 42 | 1D | 18 | 147 | 33 | 33 |
| Octal | 302 | 101 | 211 | 0 | 102 | 35 | 30 | 507 | 63 | 63 |
| Binary | 11000010 | 1000001 | 10001001 | 0 | 1000010 | 11101 | 11000 | 101000111 | 110011 | 110011 |
Color Harmonies of #C24189
Complementary color
Monochromatic Colors of #C24189
Black with #C24189
Text Example
Text Example
White with #C24189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24189; }
p { color: rgb(194,65,137); }
H1.HeaderClassName
{
color: #C24189;
}
.AnyTagClassName
{
color: #C24189;
}
</style>
background-color css
<style>
a { background-color: #C24189; }
a { background-color: rgb(194,65,137); }
div.DivClassName
{
background-color: #C24189;
}
.BgClassName
{
background-color: #C24189;
}
</style>
border-color css
<style>
span { border-color: #C24189; }
span { border-color: rgb(194,65,137); }
td.TdClassName
{
border-color: #C24189;
}
.TagClassName
{
border-color: #C24189;
}
</style>