Shades of Mulberry #C24AA4
Tints of Mulberry #C24AA4
RGB
CMYK
RGB Variations
Color information
#C24AA4 (or 0xC24AA4) is known color: Mulberry. HEX triplet: C2, 4A and A4. RGB value is (194,74,164). Sum of RGB (Red+Green+Blue) = 194+74+164=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C24AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24AA4 is #3DB55B. Grayscale: #777777. Windows color (decimal): -4044124 or 10767042. OLE color: 10767042.
HSL color Cylindrical-coordinate representation of color #C24AA4: hue angle of 315º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24AA4 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 164 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.24 |
| HSL | 315º | 0.5% | 0.53% | - |
| HSV(B) | 315º | 0.62% | 0.76% | - |
| XYZ | 31.4 | 19.05 | 37.14 | - |
| YUV | 120.14 | 152.76 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 164 | 0 | 0.62 | 0.15 | 0.24 | 315 | 0.5 | 0.53 |
| Hex | C2 | 4A | A4 | 0 | 3E | F | 18 | 13B | 32 | 35 |
| Octal | 302 | 112 | 244 | 0 | 76 | 17 | 30 | 473 | 62 | 65 |
| Binary | 11000010 | 1001010 | 10100100 | 0 | 111110 | 1111 | 11000 | 100111011 | 110010 | 110101 |
Color Harmonies of #C24AA4
Complementary color
Monochromatic Colors of #C24AA4
Black with #C24AA4
Text Example
Text Example
White with #C24AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24AA4; }
p { color: rgb(194,74,164); }
H1.HeaderClassName
{
color: #C24AA4;
}
.AnyTagClassName
{
color: #C24AA4;
}
</style>
background-color css
<style>
a { background-color: #C24AA4; }
a { background-color: rgb(194,74,164); }
div.DivClassName
{
background-color: #C24AA4;
}
.BgClassName
{
background-color: #C24AA4;
}
</style>
border-color css
<style>
span { border-color: #C24AA4; }
span { border-color: rgb(194,74,164); }
td.TdClassName
{
border-color: #C24AA4;
}
.TagClassName
{
border-color: #C24AA4;
}
</style>