Shades of Mulberry #C2439E
Tints of Mulberry #C2439E
RGB
CMYK
RGB Variations
Color information
#C2439E (or 0xC2439E) is known color: Mulberry. HEX triplet: C2, 43 and 9E. RGB value is (194,67,158). Sum of RGB (Red+Green+Blue) = 194+67+158=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2439E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2439E is #3DBC61. Grayscale: #737373. Windows color (decimal): -4045922 or 10372034. OLE color: 10372034.
HSL color Cylindrical-coordinate representation of color #C2439E: hue angle of 317.01º 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 #C2439E is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 158 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.24 |
| HSL | 317.01º | 0.51% | 0.51% | - |
| HSV(B) | 317.01º | 0.65% | 0.76% | - |
| XYZ | 30.43 | 17.95 | 34.21 | - |
| YUV | 115.35 | 152.08 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 158 | 0 | 0.65 | 0.19 | 0.24 | 317.01 | 0.51 | 0.51 |
| Hex | C2 | 43 | 9E | 0 | 41 | 13 | 18 | 13D | 33 | 33 |
| Octal | 302 | 103 | 236 | 0 | 101 | 23 | 30 | 475 | 63 | 63 |
| Binary | 11000010 | 1000011 | 10011110 | 0 | 1000001 | 10011 | 11000 | 100111101 | 110011 | 110011 |
Color Harmonies of #C2439E
Complementary color
Monochromatic Colors of #C2439E
Black with #C2439E
Text Example
Text Example
White with #C2439E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2439E; }
p { color: rgb(194,67,158); }
H1.HeaderClassName
{
color: #C2439E;
}
.AnyTagClassName
{
color: #C2439E;
}
</style>
background-color css
<style>
a { background-color: #C2439E; }
a { background-color: rgb(194,67,158); }
div.DivClassName
{
background-color: #C2439E;
}
.BgClassName
{
background-color: #C2439E;
}
</style>
border-color css
<style>
span { border-color: #C2439E; }
span { border-color: rgb(194,67,158); }
td.TdClassName
{
border-color: #C2439E;
}
.TagClassName
{
border-color: #C2439E;
}
</style>