Shades of Mulberry #C24AA3
Tints of Mulberry #C24AA3
RGB
CMYK
RGB Variations
Color information
#C24AA3 (or 0xC24AA3) is known color: Mulberry. HEX triplet: C2, 4A and A3. RGB value is (194,74,163). Sum of RGB (Red+Green+Blue) = 194+74+163=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C24AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24AA3 is #3DB55C. Grayscale: #777777. Windows color (decimal): -4044125 or 10701506. OLE color: 10701506.
HSL color Cylindrical-coordinate representation of color #C24AA3: hue angle of 315.5º 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 #C24AA3 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 163 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.24 |
| HSL | 315.5º | 0.5% | 0.53% | - |
| HSV(B) | 315.5º | 0.62% | 0.76% | - |
| XYZ | 31.31 | 19.01 | 36.67 | - |
| YUV | 120.03 | 152.26 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 163 | 0 | 0.62 | 0.16 | 0.24 | 315.5 | 0.5 | 0.53 |
| Hex | C2 | 4A | A3 | 0 | 3E | 10 | 18 | 13C | 32 | 35 |
| Octal | 302 | 112 | 243 | 0 | 76 | 20 | 30 | 474 | 62 | 65 |
| Binary | 11000010 | 1001010 | 10100011 | 0 | 111110 | 10000 | 11000 | 100111100 | 110010 | 110101 |
Color Harmonies of #C24AA3
Complementary color
Monochromatic Colors of #C24AA3
Black with #C24AA3
Text Example
Text Example
White with #C24AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24AA3; }
p { color: rgb(194,74,163); }
H1.HeaderClassName
{
color: #C24AA3;
}
.AnyTagClassName
{
color: #C24AA3;
}
</style>
background-color css
<style>
a { background-color: #C24AA3; }
a { background-color: rgb(194,74,163); }
div.DivClassName
{
background-color: #C24AA3;
}
.BgClassName
{
background-color: #C24AA3;
}
</style>
border-color css
<style>
span { border-color: #C24AA3; }
span { border-color: rgb(194,74,163); }
td.TdClassName
{
border-color: #C24AA3;
}
.TagClassName
{
border-color: #C24AA3;
}
</style>