Shades of Mulberry #C249A3
Tints of Mulberry #C249A3
RGB
CMYK
RGB Variations
Color information
#C249A3 (or 0xC249A3) is known color: Mulberry. HEX triplet: C2, 49 and A3. RGB value is (194,73,163). Sum of RGB (Red+Green+Blue) = 194+73+163=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C249A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C249A3 is #3DB65C. Grayscale: #777777. Windows color (decimal): -4044381 or 10701250. OLE color: 10701250.
HSL color Cylindrical-coordinate representation of color #C249A3: hue angle of 315.37º 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 #C249A3 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 163 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.24 |
| HSL | 315.37º | 0.5% | 0.52% | - |
| HSV(B) | 315.37º | 0.62% | 0.76% | - |
| XYZ | 31.24 | 18.88 | 36.65 | - |
| YUV | 119.44 | 152.59 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 163 | 0 | 0.62 | 0.16 | 0.24 | 315.37 | 0.5 | 0.52 |
| Hex | C2 | 49 | A3 | 0 | 3E | 10 | 18 | 13B | 32 | 34 |
| Octal | 302 | 111 | 243 | 0 | 76 | 20 | 30 | 473 | 62 | 64 |
| Binary | 11000010 | 1001001 | 10100011 | 0 | 111110 | 10000 | 11000 | 100111011 | 110010 | 110100 |
Color Harmonies of #C249A3
Complementary color
Monochromatic Colors of #C249A3
Black with #C249A3
Text Example
Text Example
White with #C249A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249A3; }
p { color: rgb(194,73,163); }
H1.HeaderClassName
{
color: #C249A3;
}
.AnyTagClassName
{
color: #C249A3;
}
</style>
background-color css
<style>
a { background-color: #C249A3; }
a { background-color: rgb(194,73,163); }
div.DivClassName
{
background-color: #C249A3;
}
.BgClassName
{
background-color: #C249A3;
}
</style>
border-color css
<style>
span { border-color: #C249A3; }
span { border-color: rgb(194,73,163); }
td.TdClassName
{
border-color: #C249A3;
}
.TagClassName
{
border-color: #C249A3;
}
</style>