Shades of Mulberry #C2418E
Tints of Mulberry #C2418E
RGB
CMYK
RGB Variations
Color information
#C2418E (or 0xC2418E) is known color: Mulberry. HEX triplet: C2, 41 and 8E. RGB value is (194,65,142). Sum of RGB (Red+Green+Blue) = 194+65+142=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2418E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2418E is #3DBE71. Grayscale: #707070. Windows color (decimal): -4046450 or 9322946. OLE color: 9322946.
HSL color Cylindrical-coordinate representation of color #C2418E: hue angle of 324.19º 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 #C2418E is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 142 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.24 |
| HSL | 324.19º | 0.51% | 0.51% | - |
| HSV(B) | 324.19º | 0.66% | 0.76% | - |
| XYZ | 29.02 | 17.2 | 27.38 | - |
| YUV | 112.35 | 144.74 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 142 | 0 | 0.66 | 0.27 | 0.24 | 324.19 | 0.51 | 0.51 |
| Hex | C2 | 41 | 8E | 0 | 42 | 1B | 18 | 144 | 33 | 33 |
| Octal | 302 | 101 | 216 | 0 | 102 | 33 | 30 | 504 | 63 | 63 |
| Binary | 11000010 | 1000001 | 10001110 | 0 | 1000010 | 11011 | 11000 | 101000100 | 110011 | 110011 |
Color Harmonies of #C2418E
Complementary color
Monochromatic Colors of #C2418E
Black with #C2418E
Text Example
Text Example
White with #C2418E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2418E; }
p { color: rgb(194,65,142); }
H1.HeaderClassName
{
color: #C2418E;
}
.AnyTagClassName
{
color: #C2418E;
}
</style>
background-color css
<style>
a { background-color: #C2418E; }
a { background-color: rgb(194,65,142); }
div.DivClassName
{
background-color: #C2418E;
}
.BgClassName
{
background-color: #C2418E;
}
</style>
border-color css
<style>
span { border-color: #C2418E; }
span { border-color: rgb(194,65,142); }
td.TdClassName
{
border-color: #C2418E;
}
.TagClassName
{
border-color: #C2418E;
}
</style>