Shades of Mulberry #C24BA3
Tints of Mulberry #C24BA3
RGB
CMYK
RGB Variations
Color information
#C24BA3 (or 0xC24BA3) is known color: Mulberry. HEX triplet: C2, 4B and A3. RGB value is (194,75,163). Sum of RGB (Red+Green+Blue) = 194+75+163=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C24BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24BA3 is #3DB45C. Grayscale: #787878. Windows color (decimal): -4043869 or 10701762. OLE color: 10701762.
HSL color Cylindrical-coordinate representation of color #C24BA3: hue angle of 315.63º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24BA3 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 163 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.24 |
| HSL | 315.63º | 0.49% | 0.53% | - |
| HSV(B) | 315.63º | 0.61% | 0.76% | - |
| XYZ | 31.38 | 19.15 | 36.69 | - |
| YUV | 120.61 | 151.92 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 163 | 0 | 0.61 | 0.16 | 0.24 | 315.63 | 0.49 | 0.53 |
| Hex | C2 | 4B | A3 | 0 | 3D | 10 | 18 | 13C | 31 | 35 |
| Octal | 302 | 113 | 243 | 0 | 75 | 20 | 30 | 474 | 61 | 65 |
| Binary | 11000010 | 1001011 | 10100011 | 0 | 111101 | 10000 | 11000 | 100111100 | 110001 | 110101 |
Color Harmonies of #C24BA3
Complementary color
Monochromatic Colors of #C24BA3
Black with #C24BA3
Text Example
Text Example
White with #C24BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BA3; }
p { color: rgb(194,75,163); }
H1.HeaderClassName
{
color: #C24BA3;
}
.AnyTagClassName
{
color: #C24BA3;
}
</style>
background-color css
<style>
a { background-color: #C24BA3; }
a { background-color: rgb(194,75,163); }
div.DivClassName
{
background-color: #C24BA3;
}
.BgClassName
{
background-color: #C24BA3;
}
</style>
border-color css
<style>
span { border-color: #C24BA3; }
span { border-color: rgb(194,75,163); }
td.TdClassName
{
border-color: #C24BA3;
}
.TagClassName
{
border-color: #C24BA3;
}
</style>