Shades of Mulberry #C74FA3
Tints of Mulberry #C74FA3
RGB
CMYK
RGB Variations
Color information
#C74FA3 (or 0xC74FA3) is known color: Mulberry. HEX triplet: C7, 4F and A3. RGB value is (199,79,163). Sum of RGB (Red+Green+Blue) = 199+79+163=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C74FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74FA3 is #38B05C. Grayscale: #7C7C7C. Windows color (decimal): -3715165 or 10702791. OLE color: 10702791.
HSL color Cylindrical-coordinate representation of color #C74FA3: hue angle of 318º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C74FA3 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 163 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.22 |
| HSL | 318º | 0.52% | 0.55% | - |
| HSV(B) | 318º | 0.6% | 0.78% | - |
| XYZ | 32.96 | 20.38 | 36.85 | - |
| YUV | 124.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 163 | 0 | 0.60 | 0.18 | 0.22 | 318 | 0.52 | 0.55 |
| Hex | C7 | 4F | A3 | 0 | 3C | 12 | 16 | 13E | 34 | 37 |
| Octal | 307 | 117 | 243 | 0 | 74 | 22 | 26 | 476 | 64 | 67 |
| Binary | 11000111 | 1001111 | 10100011 | 0 | 111100 | 10010 | 10110 | 100111110 | 110100 | 110111 |
Color Harmonies of #C74FA3
Complementary color
Monochromatic Colors of #C74FA3
Black with #C74FA3
Text Example
Text Example
White with #C74FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74FA3; }
p { color: rgb(199,79,163); }
H1.HeaderClassName
{
color: #C74FA3;
}
.AnyTagClassName
{
color: #C74FA3;
}
</style>
background-color css
<style>
a { background-color: #C74FA3; }
a { background-color: rgb(199,79,163); }
div.DivClassName
{
background-color: #C74FA3;
}
.BgClassName
{
background-color: #C74FA3;
}
</style>
border-color css
<style>
span { border-color: #C74FA3; }
span { border-color: rgb(199,79,163); }
td.TdClassName
{
border-color: #C74FA3;
}
.TagClassName
{
border-color: #C74FA3;
}
</style>