Shades of Mulberry #C24F7F
Tints of Mulberry #C24F7F
RGB
CMYK
RGB Variations
Color information
#C24F7F (or 0xC24F7F) is known color: Mulberry. HEX triplet: C2, 4F and 7F. RGB value is (194,79,127). Sum of RGB (Red+Green+Blue) = 194+79+127=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F7F is #3DB080. Grayscale: #767676. Windows color (decimal): -4042881 or 8343490. OLE color: 8343490.
HSL color Cylindrical-coordinate representation of color #C24F7F: hue angle of 334.96º 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 #C24F7F is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 127 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.24 |
| HSL | 334.96º | 0.49% | 0.54% | - |
| HSV(B) | 334.96º | 0.59% | 0.76% | - |
| XYZ | 28.87 | 18.59 | 22.15 | - |
| YUV | 118.86 | 132.6 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 127 | 0 | 0.59 | 0.35 | 0.24 | 334.96 | 0.49 | 0.54 |
| Hex | C2 | 4F | 7F | 0 | 3B | 23 | 18 | 14F | 31 | 36 |
| Octal | 302 | 117 | 177 | 0 | 73 | 43 | 30 | 517 | 61 | 66 |
| Binary | 11000010 | 1001111 | 1111111 | 0 | 111011 | 100011 | 11000 | 101001111 | 110001 | 110110 |
Color Harmonies of #C24F7F
Complementary color
Monochromatic Colors of #C24F7F
Black with #C24F7F
Text Example
Text Example
White with #C24F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F7F; }
p { color: rgb(194,79,127); }
H1.HeaderClassName
{
color: #C24F7F;
}
.AnyTagClassName
{
color: #C24F7F;
}
</style>
background-color css
<style>
a { background-color: #C24F7F; }
a { background-color: rgb(194,79,127); }
div.DivClassName
{
background-color: #C24F7F;
}
.BgClassName
{
background-color: #C24F7F;
}
</style>
border-color css
<style>
span { border-color: #C24F7F; }
span { border-color: rgb(194,79,127); }
td.TdClassName
{
border-color: #C24F7F;
}
.TagClassName
{
border-color: #C24F7F;
}
</style>