Shades of Mulberry #C74CA3
Tints of Mulberry #C74CA3
RGB
CMYK
RGB Variations
Color information
#C74CA3 (or 0xC74CA3) is known color: Mulberry. HEX triplet: C7, 4C and A3. RGB value is (199,76,163). Sum of RGB (Red+Green+Blue) = 199+76+163=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C74CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74CA3 is #38B35C. Grayscale: #7A7A7A. Windows color (decimal): -3715933 or 10702023. OLE color: 10702023.
HSL color Cylindrical-coordinate representation of color #C74CA3: hue angle of 317.56º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74CA3 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 163 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.22 |
| HSL | 317.56º | 0.52% | 0.54% | - |
| HSV(B) | 317.56º | 0.62% | 0.78% | - |
| XYZ | 32.75 | 19.96 | 36.78 | - |
| YUV | 122.7 | 150.75 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 163 | 0 | 0.62 | 0.18 | 0.22 | 317.56 | 0.52 | 0.54 |
| Hex | C7 | 4C | A3 | 0 | 3E | 12 | 16 | 13E | 34 | 36 |
| Octal | 307 | 114 | 243 | 0 | 76 | 22 | 26 | 476 | 64 | 66 |
| Binary | 11000111 | 1001100 | 10100011 | 0 | 111110 | 10010 | 10110 | 100111110 | 110100 | 110110 |
Color Harmonies of #C74CA3
Complementary color
Monochromatic Colors of #C74CA3
Black with #C74CA3
Text Example
Text Example
White with #C74CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74CA3; }
p { color: rgb(199,76,163); }
H1.HeaderClassName
{
color: #C74CA3;
}
.AnyTagClassName
{
color: #C74CA3;
}
</style>
background-color css
<style>
a { background-color: #C74CA3; }
a { background-color: rgb(199,76,163); }
div.DivClassName
{
background-color: #C74CA3;
}
.BgClassName
{
background-color: #C74CA3;
}
</style>
border-color css
<style>
span { border-color: #C74CA3; }
span { border-color: rgb(199,76,163); }
td.TdClassName
{
border-color: #C74CA3;
}
.TagClassName
{
border-color: #C74CA3;
}
</style>