Shades of Mulberry #C2497E
Tints of Mulberry #C2497E
RGB
CMYK
RGB Variations
Color information
#C2497E (or 0xC2497E) is known color: Mulberry. HEX triplet: C2, 49 and 7E. RGB value is (194,73,126). Sum of RGB (Red+Green+Blue) = 194+73+126=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C2497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2497E is #3DB681. Grayscale: #737373. Windows color (decimal): -4044418 or 8276418. OLE color: 8276418.
HSL color Cylindrical-coordinate representation of color #C2497E: hue angle of 333.72º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2497E is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 126 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.24 |
| HSL | 333.72º | 0.5% | 0.52% | - |
| HSV(B) | 333.72º | 0.62% | 0.76% | - |
| XYZ | 28.4 | 17.74 | 21.67 | - |
| YUV | 115.22 | 134.09 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 126 | 0 | 0.62 | 0.35 | 0.24 | 333.72 | 0.5 | 0.52 |
| Hex | C2 | 49 | 7E | 0 | 3E | 23 | 18 | 14E | 32 | 34 |
| Octal | 302 | 111 | 176 | 0 | 76 | 43 | 30 | 516 | 62 | 64 |
| Binary | 11000010 | 1001001 | 1111110 | 0 | 111110 | 100011 | 11000 | 101001110 | 110010 | 110100 |
Color Harmonies of #C2497E
Complementary color
Monochromatic Colors of #C2497E
Black with #C2497E
Text Example
Text Example
White with #C2497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2497E; }
p { color: rgb(194,73,126); }
H1.HeaderClassName
{
color: #C2497E;
}
.AnyTagClassName
{
color: #C2497E;
}
</style>
background-color css
<style>
a { background-color: #C2497E; }
a { background-color: rgb(194,73,126); }
div.DivClassName
{
background-color: #C2497E;
}
.BgClassName
{
background-color: #C2497E;
}
</style>
border-color css
<style>
span { border-color: #C2497E; }
span { border-color: rgb(194,73,126); }
td.TdClassName
{
border-color: #C2497E;
}
.TagClassName
{
border-color: #C2497E;
}
</style>