Shades of Mulberry #C2499C
Tints of Mulberry #C2499C
RGB
CMYK
RGB Variations
Color information
#C2499C (or 0xC2499C) is known color: Mulberry. HEX triplet: C2, 49 and 9C. RGB value is (194,73,156). Sum of RGB (Red+Green+Blue) = 194+73+156=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2499C is #3DB663. Grayscale: #767676. Windows color (decimal): -4044388 or 10242498. OLE color: 10242498.
HSL color Cylindrical-coordinate representation of color #C2499C: hue angle of 318.84º 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 #C2499C is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 156 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.24 |
| HSL | 318.84º | 0.5% | 0.52% | - |
| HSV(B) | 318.84º | 0.62% | 0.76% | - |
| XYZ | 30.63 | 18.63 | 33.43 | - |
| YUV | 118.64 | 149.09 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 156 | 0 | 0.62 | 0.20 | 0.24 | 318.84 | 0.5 | 0.52 |
| Hex | C2 | 49 | 9C | 0 | 3E | 14 | 18 | 13F | 32 | 34 |
| Octal | 302 | 111 | 234 | 0 | 76 | 24 | 30 | 477 | 62 | 64 |
| Binary | 11000010 | 1001001 | 10011100 | 0 | 111110 | 10100 | 11000 | 100111111 | 110010 | 110100 |
Color Harmonies of #C2499C
Complementary color
Monochromatic Colors of #C2499C
Black with #C2499C
Text Example
Text Example
White with #C2499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2499C; }
p { color: rgb(194,73,156); }
H1.HeaderClassName
{
color: #C2499C;
}
.AnyTagClassName
{
color: #C2499C;
}
</style>
background-color css
<style>
a { background-color: #C2499C; }
a { background-color: rgb(194,73,156); }
div.DivClassName
{
background-color: #C2499C;
}
.BgClassName
{
background-color: #C2499C;
}
</style>
border-color css
<style>
span { border-color: #C2499C; }
span { border-color: rgb(194,73,156); }
td.TdClassName
{
border-color: #C2499C;
}
.TagClassName
{
border-color: #C2499C;
}
</style>