Shades of Mulberry #C24AA2
Tints of Mulberry #C24AA2
RGB
CMYK
RGB Variations
Color information
#C24AA2 (or 0xC24AA2) is known color: Mulberry. HEX triplet: C2, 4A and A2. RGB value is (194,74,162). Sum of RGB (Red+Green+Blue) = 194+74+162=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C24AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24AA2 is #3DB55D. Grayscale: #777777. Windows color (decimal): -4044126 or 10635970. OLE color: 10635970.
HSL color Cylindrical-coordinate representation of color #C24AA2: hue angle of 316º 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 #C24AA2 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 162 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.24 |
| HSL | 316º | 0.5% | 0.53% | - |
| HSV(B) | 316º | 0.62% | 0.76% | - |
| XYZ | 31.22 | 18.98 | 36.2 | - |
| YUV | 119.91 | 151.76 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 162 | 0 | 0.62 | 0.16 | 0.24 | 316 | 0.5 | 0.53 |
| Hex | C2 | 4A | A2 | 0 | 3E | 10 | 18 | 13C | 32 | 35 |
| Octal | 302 | 112 | 242 | 0 | 76 | 20 | 30 | 474 | 62 | 65 |
| Binary | 11000010 | 1001010 | 10100010 | 0 | 111110 | 10000 | 11000 | 100111100 | 110010 | 110101 |
Color Harmonies of #C24AA2
Complementary color
Monochromatic Colors of #C24AA2
Black with #C24AA2
Text Example
Text Example
White with #C24AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24AA2; }
p { color: rgb(194,74,162); }
H1.HeaderClassName
{
color: #C24AA2;
}
.AnyTagClassName
{
color: #C24AA2;
}
</style>
background-color css
<style>
a { background-color: #C24AA2; }
a { background-color: rgb(194,74,162); }
div.DivClassName
{
background-color: #C24AA2;
}
.BgClassName
{
background-color: #C24AA2;
}
</style>
border-color css
<style>
span { border-color: #C24AA2; }
span { border-color: rgb(194,74,162); }
td.TdClassName
{
border-color: #C24AA2;
}
.TagClassName
{
border-color: #C24AA2;
}
</style>