Shades of Mulberry #C2478B
Tints of Mulberry #C2478B
RGB
CMYK
RGB Variations
Color information
#C2478B (or 0xC2478B) is known color: Mulberry. HEX triplet: C2, 47 and 8B. RGB value is (194,71,139). Sum of RGB (Red+Green+Blue) = 194+71+139=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2478B is #3DB874. Grayscale: #737373. Windows color (decimal): -4044917 or 9127874. OLE color: 9127874.
HSL color Cylindrical-coordinate representation of color #C2478B: hue angle of 326.83º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2478B is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 139 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.24 |
| HSL | 326.83º | 0.5% | 0.52% | - |
| HSV(B) | 326.83º | 0.63% | 0.76% | - |
| XYZ | 29.16 | 17.84 | 26.33 | - |
| YUV | 115.53 | 141.25 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 139 | 0 | 0.63 | 0.28 | 0.24 | 326.83 | 0.5 | 0.52 |
| Hex | C2 | 47 | 8B | 0 | 3F | 1C | 18 | 147 | 32 | 34 |
| Octal | 302 | 107 | 213 | 0 | 77 | 34 | 30 | 507 | 62 | 64 |
| Binary | 11000010 | 1000111 | 10001011 | 0 | 111111 | 11100 | 11000 | 101000111 | 110010 | 110100 |
Color Harmonies of #C2478B
Complementary color
Monochromatic Colors of #C2478B
Black with #C2478B
Text Example
Text Example
White with #C2478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2478B; }
p { color: rgb(194,71,139); }
H1.HeaderClassName
{
color: #C2478B;
}
.AnyTagClassName
{
color: #C2478B;
}
</style>
background-color css
<style>
a { background-color: #C2478B; }
a { background-color: rgb(194,71,139); }
div.DivClassName
{
background-color: #C2478B;
}
.BgClassName
{
background-color: #C2478B;
}
</style>
border-color css
<style>
span { border-color: #C2478B; }
span { border-color: rgb(194,71,139); }
td.TdClassName
{
border-color: #C2478B;
}
.TagClassName
{
border-color: #C2478B;
}
</style>