Shades of Mulberry #C24690
Tints of Mulberry #C24690
RGB
CMYK
RGB Variations
Color information
#C24690 (or 0xC24690) is known color: Mulberry. HEX triplet: C2, 46 and 90. RGB value is (194,70,144). Sum of RGB (Red+Green+Blue) = 194+70+144=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C24690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24690 is #3DB96F. Grayscale: #737373. Windows color (decimal): -4045168 or 9455298. OLE color: 9455298.
HSL color Cylindrical-coordinate representation of color #C24690: hue angle of 324.19º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24690 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 144 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.24 |
| HSL | 324.19º | 0.5% | 0.52% | - |
| HSV(B) | 324.19º | 0.64% | 0.76% | - |
| XYZ | 29.47 | 17.86 | 28.28 | - |
| YUV | 115.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 144 | 0 | 0.64 | 0.26 | 0.24 | 324.19 | 0.5 | 0.52 |
| Hex | C2 | 46 | 90 | 0 | 40 | 1A | 18 | 144 | 32 | 34 |
| Octal | 302 | 106 | 220 | 0 | 100 | 32 | 30 | 504 | 62 | 64 |
| Binary | 11000010 | 1000110 | 10010000 | 0 | 1000000 | 11010 | 11000 | 101000100 | 110010 | 110100 |
Color Harmonies of #C24690
Complementary color
Monochromatic Colors of #C24690
Black with #C24690
Text Example
Text Example
White with #C24690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24690; }
p { color: rgb(194,70,144); }
H1.HeaderClassName
{
color: #C24690;
}
.AnyTagClassName
{
color: #C24690;
}
</style>
background-color css
<style>
a { background-color: #C24690; }
a { background-color: rgb(194,70,144); }
div.DivClassName
{
background-color: #C24690;
}
.BgClassName
{
background-color: #C24690;
}
</style>
border-color css
<style>
span { border-color: #C24690; }
span { border-color: rgb(194,70,144); }
td.TdClassName
{
border-color: #C24690;
}
.TagClassName
{
border-color: #C24690;
}
</style>