Shades of Fuchsia #C74DAC
Tints of Fuchsia #C74DAC
RGB
CMYK
RGB Variations
Color information
#C74DAC (or 0xC74DAC) is known color: Fuchsia. HEX triplet: C7, 4D and AC. RGB value is (199,77,172). Sum of RGB (Red+Green+Blue) = 199+77+172=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C74DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74DAC is #38B253. Grayscale: #7C7C7C. Windows color (decimal): -3715668 or 11292103. OLE color: 11292103.
HSL color Cylindrical-coordinate representation of color #C74DAC: hue angle of 313.28º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74DAC is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 172 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.22 |
| HSL | 313.28º | 0.52% | 0.54% | - |
| HSV(B) | 313.28º | 0.61% | 0.78% | - |
| XYZ | 33.65 | 20.43 | 41.2 | - |
| YUV | 124.31 | 154.92 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 172 | 0 | 0.61 | 0.14 | 0.22 | 313.28 | 0.52 | 0.54 |
| Hex | C7 | 4D | AC | 0 | 3D | E | 16 | 139 | 34 | 36 |
| Octal | 307 | 115 | 254 | 0 | 75 | 16 | 26 | 471 | 64 | 66 |
| Binary | 11000111 | 1001101 | 10101100 | 0 | 111101 | 1110 | 10110 | 100111001 | 110100 | 110110 |
Color Harmonies of #C74DAC
Complementary color
Monochromatic Colors of #C74DAC
Black with #C74DAC
Text Example
Text Example
White with #C74DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74DAC; }
p { color: rgb(199,77,172); }
H1.HeaderClassName
{
color: #C74DAC;
}
.AnyTagClassName
{
color: #C74DAC;
}
</style>
background-color css
<style>
a { background-color: #C74DAC; }
a { background-color: rgb(199,77,172); }
div.DivClassName
{
background-color: #C74DAC;
}
.BgClassName
{
background-color: #C74DAC;
}
</style>
border-color css
<style>
span { border-color: #C74DAC; }
span { border-color: rgb(199,77,172); }
td.TdClassName
{
border-color: #C74DAC;
}
.TagClassName
{
border-color: #C74DAC;
}
</style>