Shades of Mulberry #C24FA1
Tints of Mulberry #C24FA1
RGB
CMYK
RGB Variations
Color information
#C24FA1 (or 0xC24FA1) is known color: Mulberry. HEX triplet: C2, 4F and A1. RGB value is (194,79,161). Sum of RGB (Red+Green+Blue) = 194+79+161=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C24FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24FA1 is #3DB05E. Grayscale: #7A7A7A. Windows color (decimal): -4042847 or 10571714. OLE color: 10571714.
HSL color Cylindrical-coordinate representation of color #C24FA1: hue angle of 317.22º 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 #C24FA1 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 161 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.24 |
| HSL | 317.22º | 0.49% | 0.54% | - |
| HSV(B) | 317.22º | 0.59% | 0.76% | - |
| XYZ | 31.48 | 19.63 | 35.85 | - |
| YUV | 122.73 | 149.6 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 161 | 0 | 0.59 | 0.17 | 0.24 | 317.22 | 0.49 | 0.54 |
| Hex | C2 | 4F | A1 | 0 | 3B | 11 | 18 | 13D | 31 | 36 |
| Octal | 302 | 117 | 241 | 0 | 73 | 21 | 30 | 475 | 61 | 66 |
| Binary | 11000010 | 1001111 | 10100001 | 0 | 111011 | 10001 | 11000 | 100111101 | 110001 | 110110 |
Color Harmonies of #C24FA1
Complementary color
Monochromatic Colors of #C24FA1
Black with #C24FA1
Text Example
Text Example
White with #C24FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FA1; }
p { color: rgb(194,79,161); }
H1.HeaderClassName
{
color: #C24FA1;
}
.AnyTagClassName
{
color: #C24FA1;
}
</style>
background-color css
<style>
a { background-color: #C24FA1; }
a { background-color: rgb(194,79,161); }
div.DivClassName
{
background-color: #C24FA1;
}
.BgClassName
{
background-color: #C24FA1;
}
</style>
border-color css
<style>
span { border-color: #C24FA1; }
span { border-color: rgb(194,79,161); }
td.TdClassName
{
border-color: #C24FA1;
}
.TagClassName
{
border-color: #C24FA1;
}
</style>