Shades of Fuchsia #C74AAA
Tints of Fuchsia #C74AAA
RGB
CMYK
RGB Variations
Color information
#C74AAA (or 0xC74AAA) is known color: Fuchsia. HEX triplet: C7, 4A and AA. RGB value is (199,74,170). Sum of RGB (Red+Green+Blue) = 199+74+170=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C74AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74AAA is #38B555. Grayscale: #7A7A7A. Windows color (decimal): -3716438 or 11160263. OLE color: 11160263.
HSL color Cylindrical-coordinate representation of color #C74AAA: hue angle of 313.92º 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 #C74AAA is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 170 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.22 |
| HSL | 313.92º | 0.53% | 0.54% | - |
| HSV(B) | 313.92º | 0.63% | 0.78% | - |
| XYZ | 33.26 | 19.94 | 40.13 | - |
| YUV | 122.32 | 154.91 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 170 | 0 | 0.63 | 0.15 | 0.22 | 313.92 | 0.53 | 0.54 |
| Hex | C7 | 4A | AA | 0 | 3F | F | 16 | 13A | 35 | 36 |
| Octal | 307 | 112 | 252 | 0 | 77 | 17 | 26 | 472 | 65 | 66 |
| Binary | 11000111 | 1001010 | 10101010 | 0 | 111111 | 1111 | 10110 | 100111010 | 110101 | 110110 |
Color Harmonies of #C74AAA
Complementary color
Monochromatic Colors of #C74AAA
Black with #C74AAA
Text Example
Text Example
White with #C74AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74AAA; }
p { color: rgb(199,74,170); }
H1.HeaderClassName
{
color: #C74AAA;
}
.AnyTagClassName
{
color: #C74AAA;
}
</style>
background-color css
<style>
a { background-color: #C74AAA; }
a { background-color: rgb(199,74,170); }
div.DivClassName
{
background-color: #C74AAA;
}
.BgClassName
{
background-color: #C74AAA;
}
</style>
border-color css
<style>
span { border-color: #C74AAA; }
span { border-color: rgb(199,74,170); }
td.TdClassName
{
border-color: #C74AAA;
}
.TagClassName
{
border-color: #C74AAA;
}
</style>