Shades of Mulberry #C24183
Tints of Mulberry #C24183
RGB
CMYK
RGB Variations
Color information
#C24183 (or 0xC24183) is known color: Mulberry. HEX triplet: C2, 41 and 83. RGB value is (194,65,131). Sum of RGB (Red+Green+Blue) = 194+65+131=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C24183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24183 is #3DBE7C. Grayscale: #6E6E6E. Windows color (decimal): -4046461 or 8602050. OLE color: 8602050.
HSL color Cylindrical-coordinate representation of color #C24183: hue angle of 329.3º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24183 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 131 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.24 |
| HSL | 329.3º | 0.51% | 0.51% | - |
| HSV(B) | 329.3º | 0.66% | 0.76% | - |
| XYZ | 28.24 | 16.89 | 23.24 | - |
| YUV | 111.1 | 139.24 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 131 | 0 | 0.66 | 0.32 | 0.24 | 329.3 | 0.51 | 0.51 |
| Hex | C2 | 41 | 83 | 0 | 42 | 20 | 18 | 149 | 33 | 33 |
| Octal | 302 | 101 | 203 | 0 | 102 | 40 | 30 | 511 | 63 | 63 |
| Binary | 11000010 | 1000001 | 10000011 | 0 | 1000010 | 100000 | 11000 | 101001001 | 110011 | 110011 |
Color Harmonies of #C24183
Complementary color
Monochromatic Colors of #C24183
Black with #C24183
Text Example
Text Example
White with #C24183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24183; }
p { color: rgb(194,65,131); }
H1.HeaderClassName
{
color: #C24183;
}
.AnyTagClassName
{
color: #C24183;
}
</style>
background-color css
<style>
a { background-color: #C24183; }
a { background-color: rgb(194,65,131); }
div.DivClassName
{
background-color: #C24183;
}
.BgClassName
{
background-color: #C24183;
}
</style>
border-color css
<style>
span { border-color: #C24183; }
span { border-color: rgb(194,65,131); }
td.TdClassName
{
border-color: #C24183;
}
.TagClassName
{
border-color: #C24183;
}
</style>