Shades of Mulberry #C24485
Tints of Mulberry #C24485
RGB
CMYK
RGB Variations
Color information
#C24485 (or 0xC24485) is known color: Mulberry. HEX triplet: C2, 44 and 85. RGB value is (194,68,133). Sum of RGB (Red+Green+Blue) = 194+68+133=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C24485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24485 is #3DBB7A. Grayscale: #707070. Windows color (decimal): -4045691 or 8733890. OLE color: 8733890.
HSL color Cylindrical-coordinate representation of color #C24485: hue angle of 329.05º 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 #C24485 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 133 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.24 |
| HSL | 329.05º | 0.51% | 0.51% | - |
| HSV(B) | 329.05º | 0.65% | 0.76% | - |
| XYZ | 28.55 | 17.3 | 24.02 | - |
| YUV | 113.08 | 139.24 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 133 | 0 | 0.65 | 0.31 | 0.24 | 329.05 | 0.51 | 0.51 |
| Hex | C2 | 44 | 85 | 0 | 41 | 1F | 18 | 149 | 33 | 33 |
| Octal | 302 | 104 | 205 | 0 | 101 | 37 | 30 | 511 | 63 | 63 |
| Binary | 11000010 | 1000100 | 10000101 | 0 | 1000001 | 11111 | 11000 | 101001001 | 110011 | 110011 |
Color Harmonies of #C24485
Complementary color
Monochromatic Colors of #C24485
Black with #C24485
Text Example
Text Example
White with #C24485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24485; }
p { color: rgb(194,68,133); }
H1.HeaderClassName
{
color: #C24485;
}
.AnyTagClassName
{
color: #C24485;
}
</style>
background-color css
<style>
a { background-color: #C24485; }
a { background-color: rgb(194,68,133); }
div.DivClassName
{
background-color: #C24485;
}
.BgClassName
{
background-color: #C24485;
}
</style>
border-color css
<style>
span { border-color: #C24485; }
span { border-color: rgb(194,68,133); }
td.TdClassName
{
border-color: #C24485;
}
.TagClassName
{
border-color: #C24485;
}
</style>