Shades of Mulberry #C24096
Tints of Mulberry #C24096
RGB
CMYK
RGB Variations
Color information
#C24096 (or 0xC24096) is known color: Mulberry. HEX triplet: C2, 40 and 96. RGB value is (194,64,150). Sum of RGB (Red+Green+Blue) = 194+64+150=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C24096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24096 is #3DBF69. Grayscale: #707070. Windows color (decimal): -4046698 or 9846978. OLE color: 9846978.
HSL color Cylindrical-coordinate representation of color #C24096: hue angle of 320.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24096 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 150 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.24 |
| HSL | 320.31º | 0.52% | 0.51% | - |
| HSV(B) | 320.31º | 0.67% | 0.76% | - |
| XYZ | 29.59 | 17.34 | 30.64 | - |
| YUV | 112.67 | 149.07 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 150 | 0 | 0.67 | 0.23 | 0.24 | 320.31 | 0.52 | 0.51 |
| Hex | C2 | 40 | 96 | 0 | 43 | 17 | 18 | 140 | 34 | 33 |
| Octal | 302 | 100 | 226 | 0 | 103 | 27 | 30 | 500 | 64 | 63 |
| Binary | 11000010 | 1000000 | 10010110 | 0 | 1000011 | 10111 | 11000 | 101000000 | 110100 | 110011 |
Color Harmonies of #C24096
Complementary color
Monochromatic Colors of #C24096
Black with #C24096
Text Example
Text Example
White with #C24096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24096; }
p { color: rgb(194,64,150); }
H1.HeaderClassName
{
color: #C24096;
}
.AnyTagClassName
{
color: #C24096;
}
</style>
background-color css
<style>
a { background-color: #C24096; }
a { background-color: rgb(194,64,150); }
div.DivClassName
{
background-color: #C24096;
}
.BgClassName
{
background-color: #C24096;
}
</style>
border-color css
<style>
span { border-color: #C24096; }
span { border-color: rgb(194,64,150); }
td.TdClassName
{
border-color: #C24096;
}
.TagClassName
{
border-color: #C24096;
}
</style>