Shades of Mulberry #C24383
Tints of Mulberry #C24383
RGB
CMYK
RGB Variations
Color information
#C24383 (or 0xC24383) is known color: Mulberry. HEX triplet: C2, 43 and 83. RGB value is (194,67,131). Sum of RGB (Red+Green+Blue) = 194+67+131=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C24383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24383 is #3DBC7C. Grayscale: #707070. Windows color (decimal): -4045949 or 8602562. OLE color: 8602562.
HSL color Cylindrical-coordinate representation of color #C24383: hue angle of 329.76º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24383 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 131 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.24 |
| HSL | 329.76º | 0.51% | 0.51% | - |
| HSV(B) | 329.76º | 0.65% | 0.76% | - |
| XYZ | 28.35 | 17.12 | 23.28 | - |
| YUV | 112.27 | 138.58 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 131 | 0 | 0.65 | 0.32 | 0.24 | 329.76 | 0.51 | 0.51 |
| Hex | C2 | 43 | 83 | 0 | 41 | 20 | 18 | 14A | 33 | 33 |
| Octal | 302 | 103 | 203 | 0 | 101 | 40 | 30 | 512 | 63 | 63 |
| Binary | 11000010 | 1000011 | 10000011 | 0 | 1000001 | 100000 | 11000 | 101001010 | 110011 | 110011 |
Color Harmonies of #C24383
Complementary color
Monochromatic Colors of #C24383
Black with #C24383
Text Example
Text Example
White with #C24383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24383; }
p { color: rgb(194,67,131); }
H1.HeaderClassName
{
color: #C24383;
}
.AnyTagClassName
{
color: #C24383;
}
</style>
background-color css
<style>
a { background-color: #C24383; }
a { background-color: rgb(194,67,131); }
div.DivClassName
{
background-color: #C24383;
}
.BgClassName
{
background-color: #C24383;
}
</style>
border-color css
<style>
span { border-color: #C24383; }
span { border-color: rgb(194,67,131); }
td.TdClassName
{
border-color: #C24383;
}
.TagClassName
{
border-color: #C24383;
}
</style>