Shades of Mulberry #C24A8A
Tints of Mulberry #C24A8A
RGB
CMYK
RGB Variations
Color information
#C24A8A (or 0xC24A8A) is known color: Mulberry. HEX triplet: C2, 4A and 8A. RGB value is (194,74,138). Sum of RGB (Red+Green+Blue) = 194+74+138=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24A8A is #3DB575. Grayscale: #757575. Windows color (decimal): -4044150 or 9063106. OLE color: 9063106.
HSL color Cylindrical-coordinate representation of color #C24A8A: hue angle of 328º 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 #C24A8A is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 138 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.24 |
| HSL | 328º | 0.5% | 0.53% | - |
| HSV(B) | 328º | 0.62% | 0.76% | - |
| XYZ | 29.28 | 18.2 | 26.01 | - |
| YUV | 117.18 | 139.76 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 138 | 0 | 0.62 | 0.29 | 0.24 | 328 | 0.5 | 0.53 |
| Hex | C2 | 4A | 8A | 0 | 3E | 1D | 18 | 148 | 32 | 35 |
| Octal | 302 | 112 | 212 | 0 | 76 | 35 | 30 | 510 | 62 | 65 |
| Binary | 11000010 | 1001010 | 10001010 | 0 | 111110 | 11101 | 11000 | 101001000 | 110010 | 110101 |
Color Harmonies of #C24A8A
Complementary color
Monochromatic Colors of #C24A8A
Black with #C24A8A
Text Example
Text Example
White with #C24A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A8A; }
p { color: rgb(194,74,138); }
H1.HeaderClassName
{
color: #C24A8A;
}
.AnyTagClassName
{
color: #C24A8A;
}
</style>
background-color css
<style>
a { background-color: #C24A8A; }
a { background-color: rgb(194,74,138); }
div.DivClassName
{
background-color: #C24A8A;
}
.BgClassName
{
background-color: #C24A8A;
}
</style>
border-color css
<style>
span { border-color: #C24A8A; }
span { border-color: rgb(194,74,138); }
td.TdClassName
{
border-color: #C24A8A;
}
.TagClassName
{
border-color: #C24A8A;
}
</style>