Shades of Mulberry #C24394
Tints of Mulberry #C24394
RGB
CMYK
RGB Variations
Color information
#C24394 (or 0xC24394) is known color: Mulberry. HEX triplet: C2, 43 and 94. RGB value is (194,67,148). Sum of RGB (Red+Green+Blue) = 194+67+148=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C24394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24394 is #3DBC6B. Grayscale: #727272. Windows color (decimal): -4045932 or 9716674. OLE color: 9716674.
HSL color Cylindrical-coordinate representation of color #C24394: hue angle of 321.73º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24394 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 148 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.24 |
| HSL | 321.73º | 0.51% | 0.51% | - |
| HSV(B) | 321.73º | 0.65% | 0.76% | - |
| XYZ | 29.6 | 17.62 | 29.86 | - |
| YUV | 114.21 | 147.08 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 148 | 0 | 0.65 | 0.24 | 0.24 | 321.73 | 0.51 | 0.51 |
| Hex | C2 | 43 | 94 | 0 | 41 | 18 | 18 | 142 | 33 | 33 |
| Octal | 302 | 103 | 224 | 0 | 101 | 30 | 30 | 502 | 63 | 63 |
| Binary | 11000010 | 1000011 | 10010100 | 0 | 1000001 | 11000 | 11000 | 101000010 | 110011 | 110011 |
Color Harmonies of #C24394
Complementary color
Monochromatic Colors of #C24394
Black with #C24394
Text Example
Text Example
White with #C24394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24394; }
p { color: rgb(194,67,148); }
H1.HeaderClassName
{
color: #C24394;
}
.AnyTagClassName
{
color: #C24394;
}
</style>
background-color css
<style>
a { background-color: #C24394; }
a { background-color: rgb(194,67,148); }
div.DivClassName
{
background-color: #C24394;
}
.BgClassName
{
background-color: #C24394;
}
</style>
border-color css
<style>
span { border-color: #C24394; }
span { border-color: rgb(194,67,148); }
td.TdClassName
{
border-color: #C24394;
}
.TagClassName
{
border-color: #C24394;
}
</style>