Shades of Fuchsia #C84FAC
Tints of Fuchsia #C84FAC
RGB
CMYK
RGB Variations
Color information
#C84FAC (or 0xC84FAC) is known color: Fuchsia. HEX triplet: C8, 4F and AC. RGB value is (200,79,172). Sum of RGB (Red+Green+Blue) = 200+79+172=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C84FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84FAC is #37B053. Grayscale: #7D7D7D. Windows color (decimal): -3649620 or 11292616. OLE color: 11292616.
HSL color Cylindrical-coordinate representation of color #C84FAC: hue angle of 313.88º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84FAC is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 79 | 172 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.22 |
| HSL | 313.88º | 0.52% | 0.55% | - |
| HSV(B) | 313.88º | 0.61% | 0.78% | - |
| XYZ | 34.06 | 20.85 | 41.26 | - |
| YUV | 125.78 | 154.09 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 172 | 0 | 0.60 | 0.14 | 0.22 | 313.88 | 0.52 | 0.55 |
| Hex | C8 | 4F | AC | 0 | 3C | E | 16 | 13A | 34 | 37 |
| Octal | 310 | 117 | 254 | 0 | 74 | 16 | 26 | 472 | 64 | 67 |
| Binary | 11001000 | 1001111 | 10101100 | 0 | 111100 | 1110 | 10110 | 100111010 | 110100 | 110111 |
Color Harmonies of #C84FAC
Complementary color
Monochromatic Colors of #C84FAC
Black with #C84FAC
Text Example
Text Example
White with #C84FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FAC; }
p { color: rgb(200,79,172); }
H1.HeaderClassName
{
color: #C84FAC;
}
.AnyTagClassName
{
color: #C84FAC;
}
</style>
background-color css
<style>
a { background-color: #C84FAC; }
a { background-color: rgb(200,79,172); }
div.DivClassName
{
background-color: #C84FAC;
}
.BgClassName
{
background-color: #C84FAC;
}
</style>
border-color css
<style>
span { border-color: #C84FAC; }
span { border-color: rgb(200,79,172); }
td.TdClassName
{
border-color: #C84FAC;
}
.TagClassName
{
border-color: #C84FAC;
}
</style>