Shades of Fuchsia #C84AAC
Tints of Fuchsia #C84AAC
RGB
CMYK
RGB Variations
Color information
#C84AAC (or 0xC84AAC) is known color: Fuchsia. HEX triplet: C8, 4A and AC. RGB value is (200,74,172). Sum of RGB (Red+Green+Blue) = 200+74+172=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C84AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84AAC is #37B553. Grayscale: #7A7A7A. Windows color (decimal): -3650900 or 11291336. OLE color: 11291336.
HSL color Cylindrical-coordinate representation of color #C84AAC: hue angle of 313.33º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84AAC is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 172 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.22 |
| HSL | 313.33º | 0.53% | 0.54% | - |
| HSV(B) | 313.33º | 0.63% | 0.78% | - |
| XYZ | 33.71 | 20.16 | 41.14 | - |
| YUV | 122.85 | 155.74 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 172 | 0 | 0.63 | 0.14 | 0.22 | 313.33 | 0.53 | 0.54 |
| Hex | C8 | 4A | AC | 0 | 3F | E | 16 | 139 | 35 | 36 |
| Octal | 310 | 112 | 254 | 0 | 77 | 16 | 26 | 471 | 65 | 66 |
| Binary | 11001000 | 1001010 | 10101100 | 0 | 111111 | 1110 | 10110 | 100111001 | 110101 | 110110 |
Color Harmonies of #C84AAC
Complementary color
Monochromatic Colors of #C84AAC
Black with #C84AAC
Text Example
Text Example
White with #C84AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84AAC; }
p { color: rgb(200,74,172); }
H1.HeaderClassName
{
color: #C84AAC;
}
.AnyTagClassName
{
color: #C84AAC;
}
</style>
background-color css
<style>
a { background-color: #C84AAC; }
a { background-color: rgb(200,74,172); }
div.DivClassName
{
background-color: #C84AAC;
}
.BgClassName
{
background-color: #C84AAC;
}
</style>
border-color css
<style>
span { border-color: #C84AAC; }
span { border-color: rgb(200,74,172); }
td.TdClassName
{
border-color: #C84AAC;
}
.TagClassName
{
border-color: #C84AAC;
}
</style>