Shades of Mulberry #C24BA1
Tints of Mulberry #C24BA1
RGB
CMYK
RGB Variations
Color information
#C24BA1 (or 0xC24BA1) is known color: Mulberry. HEX triplet: C2, 4B and A1. RGB value is (194,75,161). Sum of RGB (Red+Green+Blue) = 194+75+161=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C24BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24BA1 is #3DB45E. Grayscale: #787878. Windows color (decimal): -4043871 or 10570690. OLE color: 10570690.
HSL color Cylindrical-coordinate representation of color #C24BA1: hue angle of 316.64º 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 #C24BA1 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 161 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.24 |
| HSL | 316.64º | 0.49% | 0.53% | - |
| HSV(B) | 316.64º | 0.61% | 0.76% | - |
| XYZ | 31.2 | 19.07 | 35.76 | - |
| YUV | 120.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 161 | 0 | 0.61 | 0.17 | 0.24 | 316.64 | 0.49 | 0.53 |
| Hex | C2 | 4B | A1 | 0 | 3D | 11 | 18 | 13D | 31 | 35 |
| Octal | 302 | 113 | 241 | 0 | 75 | 21 | 30 | 475 | 61 | 65 |
| Binary | 11000010 | 1001011 | 10100001 | 0 | 111101 | 10001 | 11000 | 100111101 | 110001 | 110101 |
Color Harmonies of #C24BA1
Complementary color
Monochromatic Colors of #C24BA1
Black with #C24BA1
Text Example
Text Example
White with #C24BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BA1; }
p { color: rgb(194,75,161); }
H1.HeaderClassName
{
color: #C24BA1;
}
.AnyTagClassName
{
color: #C24BA1;
}
</style>
background-color css
<style>
a { background-color: #C24BA1; }
a { background-color: rgb(194,75,161); }
div.DivClassName
{
background-color: #C24BA1;
}
.BgClassName
{
background-color: #C24BA1;
}
</style>
border-color css
<style>
span { border-color: #C24BA1; }
span { border-color: rgb(194,75,161); }
td.TdClassName
{
border-color: #C24BA1;
}
.TagClassName
{
border-color: #C24BA1;
}
</style>