Shades of Mulberry #C24C9E
Tints of Mulberry #C24C9E
RGB
CMYK
RGB Variations
Color information
#C24C9E (or 0xC24C9E) is known color: Mulberry. HEX triplet: C2, 4C and 9E. RGB value is (194,76,158). Sum of RGB (Red+Green+Blue) = 194+76+158=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24C9E is #3DB361. Grayscale: #787878. Windows color (decimal): -4043618 or 10374338. OLE color: 10374338.
HSL color Cylindrical-coordinate representation of color #C24C9E: hue angle of 318.31º 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 #C24C9E is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 158 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.24 |
| HSL | 318.31º | 0.49% | 0.53% | - |
| HSV(B) | 318.31º | 0.61% | 0.76% | - |
| XYZ | 31 | 19.11 | 34.4 | - |
| YUV | 120.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 158 | 0 | 0.61 | 0.19 | 0.24 | 318.31 | 0.49 | 0.53 |
| Hex | C2 | 4C | 9E | 0 | 3D | 13 | 18 | 13E | 31 | 35 |
| Octal | 302 | 114 | 236 | 0 | 75 | 23 | 30 | 476 | 61 | 65 |
| Binary | 11000010 | 1001100 | 10011110 | 0 | 111101 | 10011 | 11000 | 100111110 | 110001 | 110101 |
Color Harmonies of #C24C9E
Complementary color
Monochromatic Colors of #C24C9E
Black with #C24C9E
Text Example
Text Example
White with #C24C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24C9E; }
p { color: rgb(194,76,158); }
H1.HeaderClassName
{
color: #C24C9E;
}
.AnyTagClassName
{
color: #C24C9E;
}
</style>
background-color css
<style>
a { background-color: #C24C9E; }
a { background-color: rgb(194,76,158); }
div.DivClassName
{
background-color: #C24C9E;
}
.BgClassName
{
background-color: #C24C9E;
}
</style>
border-color css
<style>
span { border-color: #C24C9E; }
span { border-color: rgb(194,76,158); }
td.TdClassName
{
border-color: #C24C9E;
}
.TagClassName
{
border-color: #C24C9E;
}
</style>