Shades of Mulberry #C2418D
Tints of Mulberry #C2418D
RGB
CMYK
RGB Variations
Color information
#C2418D (or 0xC2418D) is known color: Mulberry. HEX triplet: C2, 41 and 8D. RGB value is (194,65,141). Sum of RGB (Red+Green+Blue) = 194+65+141=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2418D is #3DBE72. Grayscale: #707070. Windows color (decimal): -4046451 or 9257410. OLE color: 9257410.
HSL color Cylindrical-coordinate representation of color #C2418D: hue angle of 324.65º 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 #C2418D is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 141 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.24 |
| HSL | 324.65º | 0.51% | 0.51% | - |
| HSV(B) | 324.65º | 0.66% | 0.76% | - |
| XYZ | 28.95 | 17.17 | 26.99 | - |
| YUV | 112.24 | 144.24 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 141 | 0 | 0.66 | 0.27 | 0.24 | 324.65 | 0.51 | 0.51 |
| Hex | C2 | 41 | 8D | 0 | 42 | 1B | 18 | 145 | 33 | 33 |
| Octal | 302 | 101 | 215 | 0 | 102 | 33 | 30 | 505 | 63 | 63 |
| Binary | 11000010 | 1000001 | 10001101 | 0 | 1000010 | 11011 | 11000 | 101000101 | 110011 | 110011 |
Color Harmonies of #C2418D
Complementary color
Monochromatic Colors of #C2418D
Black with #C2418D
Text Example
Text Example
White with #C2418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2418D; }
p { color: rgb(194,65,141); }
H1.HeaderClassName
{
color: #C2418D;
}
.AnyTagClassName
{
color: #C2418D;
}
</style>
background-color css
<style>
a { background-color: #C2418D; }
a { background-color: rgb(194,65,141); }
div.DivClassName
{
background-color: #C2418D;
}
.BgClassName
{
background-color: #C2418D;
}
</style>
border-color css
<style>
span { border-color: #C2418D; }
span { border-color: rgb(194,65,141); }
td.TdClassName
{
border-color: #C2418D;
}
.TagClassName
{
border-color: #C2418D;
}
</style>