Shades of Mulberry #C24684
Tints of Mulberry #C24684
RGB
CMYK
RGB Variations
Color information
#C24684 (or 0xC24684) is known color: Mulberry. HEX triplet: C2, 46 and 84. RGB value is (194,70,132). Sum of RGB (Red+Green+Blue) = 194+70+132=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C24684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24684 is #3DB97B. Grayscale: #727272. Windows color (decimal): -4045180 or 8668866. OLE color: 8668866.
HSL color Cylindrical-coordinate representation of color #C24684: hue angle of 330º 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 #C24684 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 132 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.24 |
| HSL | 330º | 0.5% | 0.52% | - |
| HSV(B) | 330º | 0.64% | 0.76% | - |
| XYZ | 28.6 | 17.52 | 23.7 | - |
| YUV | 114.14 | 138.08 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 132 | 0 | 0.64 | 0.32 | 0.24 | 330 | 0.5 | 0.52 |
| Hex | C2 | 46 | 84 | 0 | 40 | 20 | 18 | 14A | 32 | 34 |
| Octal | 302 | 106 | 204 | 0 | 100 | 40 | 30 | 512 | 62 | 64 |
| Binary | 11000010 | 1000110 | 10000100 | 0 | 1000000 | 100000 | 11000 | 101001010 | 110010 | 110100 |
Color Harmonies of #C24684
Complementary color
Monochromatic Colors of #C24684
Black with #C24684
Text Example
Text Example
White with #C24684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24684; }
p { color: rgb(194,70,132); }
H1.HeaderClassName
{
color: #C24684;
}
.AnyTagClassName
{
color: #C24684;
}
</style>
background-color css
<style>
a { background-color: #C24684; }
a { background-color: rgb(194,70,132); }
div.DivClassName
{
background-color: #C24684;
}
.BgClassName
{
background-color: #C24684;
}
</style>
border-color css
<style>
span { border-color: #C24684; }
span { border-color: rgb(194,70,132); }
td.TdClassName
{
border-color: #C24684;
}
.TagClassName
{
border-color: #C24684;
}
</style>