Shades of Mulberry #C2499B
Tints of Mulberry #C2499B
RGB
CMYK
RGB Variations
Color information
#C2499B (or 0xC2499B) is known color: Mulberry. HEX triplet: C2, 49 and 9B. RGB value is (194,73,155). Sum of RGB (Red+Green+Blue) = 194+73+155=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2499B is #3DB664. Grayscale: #767676. Windows color (decimal): -4044389 or 10176962. OLE color: 10176962.
HSL color Cylindrical-coordinate representation of color #C2499B: hue angle of 319.34º 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 #C2499B is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 155 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.24 |
| HSL | 319.34º | 0.5% | 0.52% | - |
| HSV(B) | 319.34º | 0.62% | 0.76% | - |
| XYZ | 30.55 | 18.6 | 32.99 | - |
| YUV | 118.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 155 | 0 | 0.62 | 0.20 | 0.24 | 319.34 | 0.5 | 0.52 |
| Hex | C2 | 49 | 9B | 0 | 3E | 14 | 18 | 13F | 32 | 34 |
| Octal | 302 | 111 | 233 | 0 | 76 | 24 | 30 | 477 | 62 | 64 |
| Binary | 11000010 | 1001001 | 10011011 | 0 | 111110 | 10100 | 11000 | 100111111 | 110010 | 110100 |
Color Harmonies of #C2499B
Complementary color
Monochromatic Colors of #C2499B
Black with #C2499B
Text Example
Text Example
White with #C2499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2499B; }
p { color: rgb(194,73,155); }
H1.HeaderClassName
{
color: #C2499B;
}
.AnyTagClassName
{
color: #C2499B;
}
</style>
background-color css
<style>
a { background-color: #C2499B; }
a { background-color: rgb(194,73,155); }
div.DivClassName
{
background-color: #C2499B;
}
.BgClassName
{
background-color: #C2499B;
}
</style>
border-color css
<style>
span { border-color: #C2499B; }
span { border-color: rgb(194,73,155); }
td.TdClassName
{
border-color: #C2499B;
}
.TagClassName
{
border-color: #C2499B;
}
</style>