Shades of Mulberry #C24FA0
Tints of Mulberry #C24FA0
RGB
CMYK
RGB Variations
Color information
#C24FA0 (or 0xC24FA0) is known color: Mulberry. HEX triplet: C2, 4F and A0. RGB value is (194,79,160). Sum of RGB (Red+Green+Blue) = 194+79+160=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C24FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24FA0 is #3DB05F. Grayscale: #7A7A7A. Windows color (decimal): -4042848 or 10506178. OLE color: 10506178.
HSL color Cylindrical-coordinate representation of color #C24FA0: hue angle of 317.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C24FA0 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 160 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.24 |
| HSL | 317.74º | 0.49% | 0.54% | - |
| HSV(B) | 317.74º | 0.59% | 0.76% | - |
| XYZ | 31.39 | 19.6 | 35.39 | - |
| YUV | 122.62 | 149.1 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 160 | 0 | 0.59 | 0.18 | 0.24 | 317.74 | 0.49 | 0.54 |
| Hex | C2 | 4F | A0 | 0 | 3B | 12 | 18 | 13E | 31 | 36 |
| Octal | 302 | 117 | 240 | 0 | 73 | 22 | 30 | 476 | 61 | 66 |
| Binary | 11000010 | 1001111 | 10100000 | 0 | 111011 | 10010 | 11000 | 100111110 | 110001 | 110110 |
Color Harmonies of #C24FA0
Complementary color
Monochromatic Colors of #C24FA0
Black with #C24FA0
Text Example
Text Example
White with #C24FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FA0; }
p { color: rgb(194,79,160); }
H1.HeaderClassName
{
color: #C24FA0;
}
.AnyTagClassName
{
color: #C24FA0;
}
</style>
background-color css
<style>
a { background-color: #C24FA0; }
a { background-color: rgb(194,79,160); }
div.DivClassName
{
background-color: #C24FA0;
}
.BgClassName
{
background-color: #C24FA0;
}
</style>
border-color css
<style>
span { border-color: #C24FA0; }
span { border-color: rgb(194,79,160); }
td.TdClassName
{
border-color: #C24FA0;
}
.TagClassName
{
border-color: #C24FA0;
}
</style>