Shades of Mulberry #C74AA4
Tints of Mulberry #C74AA4
RGB
CMYK
RGB Variations
Color information
#C74AA4 (or 0xC74AA4) is known color: Mulberry. HEX triplet: C7, 4A and A4. RGB value is (199,74,164). Sum of RGB (Red+Green+Blue) = 199+74+164=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C74AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74AA4 is #38B55B. Grayscale: #797979. Windows color (decimal): -3716444 or 10767047. OLE color: 10767047.
HSL color Cylindrical-coordinate representation of color #C74AA4: hue angle of 316.8º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74AA4 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 164 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.22 |
| HSL | 316.8º | 0.53% | 0.54% | - |
| HSV(B) | 316.8º | 0.63% | 0.78% | - |
| XYZ | 32.7 | 19.72 | 37.2 | - |
| YUV | 121.64 | 151.91 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 164 | 0 | 0.63 | 0.18 | 0.22 | 316.8 | 0.53 | 0.54 |
| Hex | C7 | 4A | A4 | 0 | 3F | 12 | 16 | 13D | 35 | 36 |
| Octal | 307 | 112 | 244 | 0 | 77 | 22 | 26 | 475 | 65 | 66 |
| Binary | 11000111 | 1001010 | 10100100 | 0 | 111111 | 10010 | 10110 | 100111101 | 110101 | 110110 |
Color Harmonies of #C74AA4
Complementary color
Monochromatic Colors of #C74AA4
Black with #C74AA4
Text Example
Text Example
White with #C74AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74AA4; }
p { color: rgb(199,74,164); }
H1.HeaderClassName
{
color: #C74AA4;
}
.AnyTagClassName
{
color: #C74AA4;
}
</style>
background-color css
<style>
a { background-color: #C74AA4; }
a { background-color: rgb(199,74,164); }
div.DivClassName
{
background-color: #C74AA4;
}
.BgClassName
{
background-color: #C74AA4;
}
</style>
border-color css
<style>
span { border-color: #C74AA4; }
span { border-color: rgb(199,74,164); }
td.TdClassName
{
border-color: #C74AA4;
}
.TagClassName
{
border-color: #C74AA4;
}
</style>