Shades of Mulberry #C24F9B
Tints of Mulberry #C24F9B
RGB
CMYK
RGB Variations
Color information
#C24F9B (or 0xC24F9B) is known color: Mulberry. HEX triplet: C2, 4F and 9B. RGB value is (194,79,155). Sum of RGB (Red+Green+Blue) = 194+79+155=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24F9B is #3DB064. Grayscale: #797979. Windows color (decimal): -4042853 or 10178498. OLE color: 10178498.
HSL color Cylindrical-coordinate representation of color #C24F9B: hue angle of 320.35º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C24F9B is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 155 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.24 |
| HSL | 320.35º | 0.49% | 0.54% | - |
| HSV(B) | 320.35º | 0.59% | 0.76% | - |
| XYZ | 30.96 | 19.43 | 33.13 | - |
| YUV | 122.05 | 146.6 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 155 | 0 | 0.59 | 0.20 | 0.24 | 320.35 | 0.49 | 0.54 |
| Hex | C2 | 4F | 9B | 0 | 3B | 14 | 18 | 140 | 31 | 36 |
| Octal | 302 | 117 | 233 | 0 | 73 | 24 | 30 | 500 | 61 | 66 |
| Binary | 11000010 | 1001111 | 10011011 | 0 | 111011 | 10100 | 11000 | 101000000 | 110001 | 110110 |
Color Harmonies of #C24F9B
Complementary color
Monochromatic Colors of #C24F9B
Black with #C24F9B
Text Example
Text Example
White with #C24F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F9B; }
p { color: rgb(194,79,155); }
H1.HeaderClassName
{
color: #C24F9B;
}
.AnyTagClassName
{
color: #C24F9B;
}
</style>
background-color css
<style>
a { background-color: #C24F9B; }
a { background-color: rgb(194,79,155); }
div.DivClassName
{
background-color: #C24F9B;
}
.BgClassName
{
background-color: #C24F9B;
}
</style>
border-color css
<style>
span { border-color: #C24F9B; }
span { border-color: rgb(194,79,155); }
td.TdClassName
{
border-color: #C24F9B;
}
.TagClassName
{
border-color: #C24F9B;
}
</style>