Shades of Fuchsia #C747AC
Tints of Fuchsia #C747AC
RGB
CMYK
RGB Variations
Color information
#C747AC (or 0xC747AC) is known color: Fuchsia. HEX triplet: C7, 47 and AC. RGB value is (199,71,172). Sum of RGB (Red+Green+Blue) = 199+71+172=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C747AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C747AC is #38B853. Grayscale: #787878. Windows color (decimal): -3717204 or 11290567. OLE color: 11290567.
HSL color Cylindrical-coordinate representation of color #C747AC: hue angle of 312.66º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C747AC is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 172 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.22 |
| HSL | 312.66º | 0.53% | 0.53% | - |
| HSV(B) | 312.66º | 0.64% | 0.78% | - |
| XYZ | 33.25 | 19.63 | 41.07 | - |
| YUV | 120.79 | 156.91 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 172 | 0 | 0.64 | 0.14 | 0.22 | 312.66 | 0.53 | 0.53 |
| Hex | C7 | 47 | AC | 0 | 40 | E | 16 | 139 | 35 | 35 |
| Octal | 307 | 107 | 254 | 0 | 100 | 16 | 26 | 471 | 65 | 65 |
| Binary | 11000111 | 1000111 | 10101100 | 0 | 1000000 | 1110 | 10110 | 100111001 | 110101 | 110101 |
Color Harmonies of #C747AC
Complementary color
Monochromatic Colors of #C747AC
Black with #C747AC
Text Example
Text Example
White with #C747AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C747AC; }
p { color: rgb(199,71,172); }
H1.HeaderClassName
{
color: #C747AC;
}
.AnyTagClassName
{
color: #C747AC;
}
</style>
background-color css
<style>
a { background-color: #C747AC; }
a { background-color: rgb(199,71,172); }
div.DivClassName
{
background-color: #C747AC;
}
.BgClassName
{
background-color: #C747AC;
}
</style>
border-color css
<style>
span { border-color: #C747AC; }
span { border-color: rgb(199,71,172); }
td.TdClassName
{
border-color: #C747AC;
}
.TagClassName
{
border-color: #C747AC;
}
</style>