Shades of Mulberry #C24688
Tints of Mulberry #C24688
RGB
CMYK
RGB Variations
Color information
#C24688 (or 0xC24688) is known color: Mulberry. HEX triplet: C2, 46 and 88. RGB value is (194,70,136). Sum of RGB (Red+Green+Blue) = 194+70+136=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C24688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24688 is #3DB977. Grayscale: #727272. Windows color (decimal): -4045176 or 8931010. OLE color: 8931010.
HSL color Cylindrical-coordinate representation of color #C24688: hue angle of 328.06º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24688 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 136 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.24 |
| HSL | 328.06º | 0.5% | 0.52% | - |
| HSV(B) | 328.06º | 0.64% | 0.76% | - |
| XYZ | 28.88 | 17.63 | 25.17 | - |
| YUV | 114.6 | 140.08 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 136 | 0 | 0.64 | 0.30 | 0.24 | 328.06 | 0.5 | 0.52 |
| Hex | C2 | 46 | 88 | 0 | 40 | 1E | 18 | 148 | 32 | 34 |
| Octal | 302 | 106 | 210 | 0 | 100 | 36 | 30 | 510 | 62 | 64 |
| Binary | 11000010 | 1000110 | 10001000 | 0 | 1000000 | 11110 | 11000 | 101001000 | 110010 | 110100 |
Color Harmonies of #C24688
Complementary color
Monochromatic Colors of #C24688
Black with #C24688
Text Example
Text Example
White with #C24688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24688; }
p { color: rgb(194,70,136); }
H1.HeaderClassName
{
color: #C24688;
}
.AnyTagClassName
{
color: #C24688;
}
</style>
background-color css
<style>
a { background-color: #C24688; }
a { background-color: rgb(194,70,136); }
div.DivClassName
{
background-color: #C24688;
}
.BgClassName
{
background-color: #C24688;
}
</style>
border-color css
<style>
span { border-color: #C24688; }
span { border-color: rgb(194,70,136); }
td.TdClassName
{
border-color: #C24688;
}
.TagClassName
{
border-color: #C24688;
}
</style>