Shades of Fuchsia #C84EAC
Tints of Fuchsia #C84EAC
RGB
CMYK
RGB Variations
Color information
#C84EAC (or 0xC84EAC) is known color: Fuchsia. HEX triplet: C8, 4E and AC. RGB value is (200,78,172). Sum of RGB (Red+Green+Blue) = 200+78+172=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C84EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84EAC is #37B153. Grayscale: #7C7C7C. Windows color (decimal): -3649876 or 11292360. OLE color: 11292360.
HSL color Cylindrical-coordinate representation of color #C84EAC: hue angle of 313.77º degrees, saturation: 0.53, 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 #C84EAC is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 172 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.22 |
| HSL | 313.77º | 0.53% | 0.55% | - |
| HSV(B) | 313.77º | 0.61% | 0.78% | - |
| XYZ | 33.99 | 20.71 | 41.24 | - |
| YUV | 125.19 | 154.42 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 172 | 0 | 0.61 | 0.14 | 0.22 | 313.77 | 0.53 | 0.55 |
| Hex | C8 | 4E | AC | 0 | 3D | E | 16 | 13A | 35 | 37 |
| Octal | 310 | 116 | 254 | 0 | 75 | 16 | 26 | 472 | 65 | 67 |
| Binary | 11001000 | 1001110 | 10101100 | 0 | 111101 | 1110 | 10110 | 100111010 | 110101 | 110111 |
Color Harmonies of #C84EAC
Complementary color
Monochromatic Colors of #C84EAC
Black with #C84EAC
Text Example
Text Example
White with #C84EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84EAC; }
p { color: rgb(200,78,172); }
H1.HeaderClassName
{
color: #C84EAC;
}
.AnyTagClassName
{
color: #C84EAC;
}
</style>
background-color css
<style>
a { background-color: #C84EAC; }
a { background-color: rgb(200,78,172); }
div.DivClassName
{
background-color: #C84EAC;
}
.BgClassName
{
background-color: #C84EAC;
}
</style>
border-color css
<style>
span { border-color: #C84EAC; }
span { border-color: rgb(200,78,172); }
td.TdClassName
{
border-color: #C84EAC;
}
.TagClassName
{
border-color: #C84EAC;
}
</style>