Shades of Mulberry #C24BA6
Tints of Mulberry #C24BA6
RGB
CMYK
RGB Variations
Color information
#C24BA6 (or 0xC24BA6) is known color: Mulberry. HEX triplet: C2, 4B and A6. RGB value is (194,75,166). Sum of RGB (Red+Green+Blue) = 194+75+166=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C24BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24BA6 is #3DB459. Grayscale: #787878. Windows color (decimal): -4043866 or 10898370. OLE color: 10898370.
HSL color Cylindrical-coordinate representation of color #C24BA6: hue angle of 314.12º 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 #C24BA6 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 166 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.24 |
| HSL | 314.12º | 0.49% | 0.53% | - |
| HSV(B) | 314.12º | 0.61% | 0.76% | - |
| XYZ | 31.65 | 19.25 | 38.12 | - |
| YUV | 120.96 | 153.42 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 166 | 0 | 0.61 | 0.14 | 0.24 | 314.12 | 0.49 | 0.53 |
| Hex | C2 | 4B | A6 | 0 | 3D | E | 18 | 13A | 31 | 35 |
| Octal | 302 | 113 | 246 | 0 | 75 | 16 | 30 | 472 | 61 | 65 |
| Binary | 11000010 | 1001011 | 10100110 | 0 | 111101 | 1110 | 11000 | 100111010 | 110001 | 110101 |
Color Harmonies of #C24BA6
Complementary color
Monochromatic Colors of #C24BA6
Black with #C24BA6
Text Example
Text Example
White with #C24BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BA6; }
p { color: rgb(194,75,166); }
H1.HeaderClassName
{
color: #C24BA6;
}
.AnyTagClassName
{
color: #C24BA6;
}
</style>
background-color css
<style>
a { background-color: #C24BA6; }
a { background-color: rgb(194,75,166); }
div.DivClassName
{
background-color: #C24BA6;
}
.BgClassName
{
background-color: #C24BA6;
}
</style>
border-color css
<style>
span { border-color: #C24BA6; }
span { border-color: rgb(194,75,166); }
td.TdClassName
{
border-color: #C24BA6;
}
.TagClassName
{
border-color: #C24BA6;
}
</style>