Shades of Fuchsia #C754AC
Tints of Fuchsia #C754AC
RGB
CMYK
RGB Variations
Color information
#C754AC (or 0xC754AC) is known color: Fuchsia. HEX triplet: C7, 54 and AC. RGB value is (199,84,172). Sum of RGB (Red+Green+Blue) = 199+84+172=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C754AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C754AC is #38AB53. Grayscale: #808080. Windows color (decimal): -3713876 or 11293895. OLE color: 11293895.
HSL color Cylindrical-coordinate representation of color #C754AC: hue angle of 314.09º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C754AC is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 84 | 172 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.22 |
| HSL | 314.09º | 0.51% | 0.55% | - |
| HSV(B) | 314.09º | 0.58% | 0.78% | - |
| XYZ | 34.17 | 21.46 | 41.37 | - |
| YUV | 128.42 | 152.6 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 172 | 0 | 0.58 | 0.14 | 0.22 | 314.09 | 0.51 | 0.55 |
| Hex | C7 | 54 | AC | 0 | 3A | E | 16 | 13A | 33 | 37 |
| Octal | 307 | 124 | 254 | 0 | 72 | 16 | 26 | 472 | 63 | 67 |
| Binary | 11000111 | 1010100 | 10101100 | 0 | 111010 | 1110 | 10110 | 100111010 | 110011 | 110111 |
Color Harmonies of #C754AC
Complementary color
Monochromatic Colors of #C754AC
Black with #C754AC
Text Example
Text Example
White with #C754AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C754AC; }
p { color: rgb(199,84,172); }
H1.HeaderClassName
{
color: #C754AC;
}
.AnyTagClassName
{
color: #C754AC;
}
</style>
background-color css
<style>
a { background-color: #C754AC; }
a { background-color: rgb(199,84,172); }
div.DivClassName
{
background-color: #C754AC;
}
.BgClassName
{
background-color: #C754AC;
}
</style>
border-color css
<style>
span { border-color: #C754AC; }
span { border-color: rgb(199,84,172); }
td.TdClassName
{
border-color: #C754AC;
}
.TagClassName
{
border-color: #C754AC;
}
</style>