Shades of Mulberry #C74EA3
Tints of Mulberry #C74EA3
RGB
CMYK
RGB Variations
Color information
#C74EA3 (or 0xC74EA3) is known color: Mulberry. HEX triplet: C7, 4E and A3. RGB value is (199,78,163). Sum of RGB (Red+Green+Blue) = 199+78+163=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C74EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74EA3 is #38B15C. Grayscale: #7B7B7B. Windows color (decimal): -3715421 or 10702535. OLE color: 10702535.
HSL color Cylindrical-coordinate representation of color #C74EA3: hue angle of 317.85º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74EA3 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 163 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.22 |
| HSL | 317.85º | 0.52% | 0.54% | - |
| HSV(B) | 317.85º | 0.61% | 0.78% | - |
| XYZ | 32.89 | 20.24 | 36.82 | - |
| YUV | 123.87 | 150.09 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 163 | 0 | 0.61 | 0.18 | 0.22 | 317.85 | 0.52 | 0.54 |
| Hex | C7 | 4E | A3 | 0 | 3D | 12 | 16 | 13E | 34 | 36 |
| Octal | 307 | 116 | 243 | 0 | 75 | 22 | 26 | 476 | 64 | 66 |
| Binary | 11000111 | 1001110 | 10100011 | 0 | 111101 | 10010 | 10110 | 100111110 | 110100 | 110110 |
Color Harmonies of #C74EA3
Complementary color
Monochromatic Colors of #C74EA3
Black with #C74EA3
Text Example
Text Example
White with #C74EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74EA3; }
p { color: rgb(199,78,163); }
H1.HeaderClassName
{
color: #C74EA3;
}
.AnyTagClassName
{
color: #C74EA3;
}
</style>
background-color css
<style>
a { background-color: #C74EA3; }
a { background-color: rgb(199,78,163); }
div.DivClassName
{
background-color: #C74EA3;
}
.BgClassName
{
background-color: #C74EA3;
}
</style>
border-color css
<style>
span { border-color: #C74EA3; }
span { border-color: rgb(199,78,163); }
td.TdClassName
{
border-color: #C74EA3;
}
.TagClassName
{
border-color: #C74EA3;
}
</style>