Shades of Mulberry #C2498A
Tints of Mulberry #C2498A
RGB
CMYK
RGB Variations
Color information
#C2498A (or 0xC2498A) is known color: Mulberry. HEX triplet: C2, 49 and 8A. RGB value is (194,73,138). Sum of RGB (Red+Green+Blue) = 194+73+138=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2498A is #3DB675. Grayscale: #747474. Windows color (decimal): -4044406 or 9062850. OLE color: 9062850.
HSL color Cylindrical-coordinate representation of color #C2498A: hue angle of 327.77º 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 #C2498A is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 138 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.24 |
| HSL | 327.77º | 0.5% | 0.52% | - |
| HSV(B) | 327.77º | 0.62% | 0.76% | - |
| XYZ | 29.22 | 18.07 | 25.99 | - |
| YUV | 116.59 | 140.09 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 138 | 0 | 0.62 | 0.29 | 0.24 | 327.77 | 0.5 | 0.52 |
| Hex | C2 | 49 | 8A | 0 | 3E | 1D | 18 | 148 | 32 | 34 |
| Octal | 302 | 111 | 212 | 0 | 76 | 35 | 30 | 510 | 62 | 64 |
| Binary | 11000010 | 1001001 | 10001010 | 0 | 111110 | 11101 | 11000 | 101001000 | 110010 | 110100 |
Color Harmonies of #C2498A
Complementary color
Monochromatic Colors of #C2498A
Black with #C2498A
Text Example
Text Example
White with #C2498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2498A; }
p { color: rgb(194,73,138); }
H1.HeaderClassName
{
color: #C2498A;
}
.AnyTagClassName
{
color: #C2498A;
}
</style>
background-color css
<style>
a { background-color: #C2498A; }
a { background-color: rgb(194,73,138); }
div.DivClassName
{
background-color: #C2498A;
}
.BgClassName
{
background-color: #C2498A;
}
</style>
border-color css
<style>
span { border-color: #C2498A; }
span { border-color: rgb(194,73,138); }
td.TdClassName
{
border-color: #C2498A;
}
.TagClassName
{
border-color: #C2498A;
}
</style>