Shades of Fuchsia #C74FAC
Tints of Fuchsia #C74FAC
RGB
CMYK
RGB Variations
Color information
#C74FAC (or 0xC74FAC) is known color: Fuchsia. HEX triplet: C7, 4F and AC. RGB value is (199,79,172). Sum of RGB (Red+Green+Blue) = 199+79+172=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C74FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74FAC is #38B053. Grayscale: #7D7D7D. Windows color (decimal): -3715156 or 11292615. OLE color: 11292615.
HSL color Cylindrical-coordinate representation of color #C74FAC: hue angle of 313.5º 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 #C74FAC is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 172 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.22 |
| HSL | 313.5º | 0.52% | 0.55% | - |
| HSV(B) | 313.5º | 0.6% | 0.78% | - |
| XYZ | 33.8 | 20.71 | 41.25 | - |
| YUV | 125.48 | 154.26 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 172 | 0 | 0.60 | 0.14 | 0.22 | 313.5 | 0.52 | 0.55 |
| Hex | C7 | 4F | AC | 0 | 3C | E | 16 | 13A | 34 | 37 |
| Octal | 307 | 117 | 254 | 0 | 74 | 16 | 26 | 472 | 64 | 67 |
| Binary | 11000111 | 1001111 | 10101100 | 0 | 111100 | 1110 | 10110 | 100111010 | 110100 | 110111 |
Color Harmonies of #C74FAC
Complementary color
Monochromatic Colors of #C74FAC
Black with #C74FAC
Text Example
Text Example
White with #C74FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74FAC; }
p { color: rgb(199,79,172); }
H1.HeaderClassName
{
color: #C74FAC;
}
.AnyTagClassName
{
color: #C74FAC;
}
</style>
background-color css
<style>
a { background-color: #C74FAC; }
a { background-color: rgb(199,79,172); }
div.DivClassName
{
background-color: #C74FAC;
}
.BgClassName
{
background-color: #C74FAC;
}
</style>
border-color css
<style>
span { border-color: #C74FAC; }
span { border-color: rgb(199,79,172); }
td.TdClassName
{
border-color: #C74FAC;
}
.TagClassName
{
border-color: #C74FAC;
}
</style>