Shades of Fuchsia #C84DAC
Tints of Fuchsia #C84DAC
RGB
CMYK
RGB Variations
Color information
#C84DAC (or 0xC84DAC) is known color: Fuchsia. HEX triplet: C8, 4D and AC. RGB value is (200,77,172). Sum of RGB (Red+Green+Blue) = 200+77+172=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84DAC is #37B253. Grayscale: #7C7C7C. Windows color (decimal): -3650132 or 11292104. OLE color: 11292104.
HSL color Cylindrical-coordinate representation of color #C84DAC: hue angle of 313.66º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84DAC is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 172 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.22 |
| HSL | 313.66º | 0.53% | 0.54% | - |
| HSV(B) | 313.66º | 0.62% | 0.78% | - |
| XYZ | 33.92 | 20.57 | 41.21 | - |
| YUV | 124.61 | 154.75 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 172 | 0 | 0.62 | 0.14 | 0.22 | 313.66 | 0.53 | 0.54 |
| Hex | C8 | 4D | AC | 0 | 3E | E | 16 | 13A | 35 | 36 |
| Octal | 310 | 115 | 254 | 0 | 76 | 16 | 26 | 472 | 65 | 66 |
| Binary | 11001000 | 1001101 | 10101100 | 0 | 111110 | 1110 | 10110 | 100111010 | 110101 | 110110 |
Color Harmonies of #C84DAC
Complementary color
Monochromatic Colors of #C84DAC
Black with #C84DAC
Text Example
Text Example
White with #C84DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DAC; }
p { color: rgb(200,77,172); }
H1.HeaderClassName
{
color: #C84DAC;
}
.AnyTagClassName
{
color: #C84DAC;
}
</style>
background-color css
<style>
a { background-color: #C84DAC; }
a { background-color: rgb(200,77,172); }
div.DivClassName
{
background-color: #C84DAC;
}
.BgClassName
{
background-color: #C84DAC;
}
</style>
border-color css
<style>
span { border-color: #C84DAC; }
span { border-color: rgb(200,77,172); }
td.TdClassName
{
border-color: #C84DAC;
}
.TagClassName
{
border-color: #C84DAC;
}
</style>