Shades of Mulberry #C2418C
Tints of Mulberry #C2418C
RGB
CMYK
RGB Variations
Color information
#C2418C (or 0xC2418C) is known color: Mulberry. HEX triplet: C2, 41 and 8C. RGB value is (194,65,140). Sum of RGB (Red+Green+Blue) = 194+65+140=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2418C is #3DBE73. Grayscale: #6F6F6F. Windows color (decimal): -4046452 or 9191874. OLE color: 9191874.
HSL color Cylindrical-coordinate representation of color #C2418C: hue angle of 325.12º 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 #C2418C is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 140 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.24 |
| HSL | 325.12º | 0.51% | 0.51% | - |
| HSV(B) | 325.12º | 0.66% | 0.76% | - |
| XYZ | 28.87 | 17.14 | 26.6 | - |
| YUV | 112.12 | 143.74 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 140 | 0 | 0.66 | 0.28 | 0.24 | 325.12 | 0.51 | 0.51 |
| Hex | C2 | 41 | 8C | 0 | 42 | 1C | 18 | 145 | 33 | 33 |
| Octal | 302 | 101 | 214 | 0 | 102 | 34 | 30 | 505 | 63 | 63 |
| Binary | 11000010 | 1000001 | 10001100 | 0 | 1000010 | 11100 | 11000 | 101000101 | 110011 | 110011 |
Color Harmonies of #C2418C
Complementary color
Monochromatic Colors of #C2418C
Black with #C2418C
Text Example
Text Example
White with #C2418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2418C; }
p { color: rgb(194,65,140); }
H1.HeaderClassName
{
color: #C2418C;
}
.AnyTagClassName
{
color: #C2418C;
}
</style>
background-color css
<style>
a { background-color: #C2418C; }
a { background-color: rgb(194,65,140); }
div.DivClassName
{
background-color: #C2418C;
}
.BgClassName
{
background-color: #C2418C;
}
</style>
border-color css
<style>
span { border-color: #C2418C; }
span { border-color: rgb(194,65,140); }
td.TdClassName
{
border-color: #C2418C;
}
.TagClassName
{
border-color: #C2418C;
}
</style>