Shades of Mulberry #C24480
Tints of Mulberry #C24480
RGB
CMYK
RGB Variations
Color information
#C24480 (or 0xC24480) is known color: Mulberry. HEX triplet: C2, 44 and 80. RGB value is (194,68,128). Sum of RGB (Red+Green+Blue) = 194+68+128=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C24480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24480 is #3DBB7F. Grayscale: #707070. Windows color (decimal): -4045696 or 8406210. OLE color: 8406210.
HSL color Cylindrical-coordinate representation of color #C24480: hue angle of 331.43º 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 #C24480 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 128 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.24 |
| HSL | 331.43º | 0.51% | 0.51% | - |
| HSV(B) | 331.43º | 0.65% | 0.76% | - |
| XYZ | 28.21 | 17.16 | 22.25 | - |
| YUV | 112.51 | 136.74 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 128 | 0 | 0.65 | 0.34 | 0.24 | 331.43 | 0.51 | 0.51 |
| Hex | C2 | 44 | 80 | 0 | 41 | 22 | 18 | 14B | 33 | 33 |
| Octal | 302 | 104 | 200 | 0 | 101 | 42 | 30 | 513 | 63 | 63 |
| Binary | 11000010 | 1000100 | 10000000 | 0 | 1000001 | 100010 | 11000 | 101001011 | 110011 | 110011 |
Color Harmonies of #C24480
Complementary color
Monochromatic Colors of #C24480
Black with #C24480
Text Example
Text Example
White with #C24480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24480; }
p { color: rgb(194,68,128); }
H1.HeaderClassName
{
color: #C24480;
}
.AnyTagClassName
{
color: #C24480;
}
</style>
background-color css
<style>
a { background-color: #C24480; }
a { background-color: rgb(194,68,128); }
div.DivClassName
{
background-color: #C24480;
}
.BgClassName
{
background-color: #C24480;
}
</style>
border-color css
<style>
span { border-color: #C24480; }
span { border-color: rgb(194,68,128); }
td.TdClassName
{
border-color: #C24480;
}
.TagClassName
{
border-color: #C24480;
}
</style>