Shades of Fuchsia #C84CAE
Tints of Fuchsia #C84CAE
RGB
CMYK
RGB Variations
Color information
#C84CAE (or 0xC84CAE) is known color: Fuchsia. HEX triplet: C8, 4C and AE. RGB value is (200,76,174). Sum of RGB (Red+Green+Blue) = 200+76+174=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C84CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84CAE is #37B351. Grayscale: #7B7B7B. Windows color (decimal): -3650386 or 11422920. OLE color: 11422920.
HSL color Cylindrical-coordinate representation of color #C84CAE: hue angle of 312.58º 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 #C84CAE is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 174 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.22 |
| HSL | 312.58º | 0.53% | 0.54% | - |
| HSV(B) | 312.58º | 0.62% | 0.78% | - |
| XYZ | 34.04 | 20.5 | 42.21 | - |
| YUV | 124.25 | 156.08 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 174 | 0 | 0.62 | 0.13 | 0.22 | 312.58 | 0.53 | 0.54 |
| Hex | C8 | 4C | AE | 0 | 3E | D | 16 | 139 | 35 | 36 |
| Octal | 310 | 114 | 256 | 0 | 76 | 15 | 26 | 471 | 65 | 66 |
| Binary | 11001000 | 1001100 | 10101110 | 0 | 111110 | 1101 | 10110 | 100111001 | 110101 | 110110 |
Color Harmonies of #C84CAE
Complementary color
Monochromatic Colors of #C84CAE
Black with #C84CAE
Text Example
Text Example
White with #C84CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84CAE; }
p { color: rgb(200,76,174); }
H1.HeaderClassName
{
color: #C84CAE;
}
.AnyTagClassName
{
color: #C84CAE;
}
</style>
background-color css
<style>
a { background-color: #C84CAE; }
a { background-color: rgb(200,76,174); }
div.DivClassName
{
background-color: #C84CAE;
}
.BgClassName
{
background-color: #C84CAE;
}
</style>
border-color css
<style>
span { border-color: #C84CAE; }
span { border-color: rgb(200,76,174); }
td.TdClassName
{
border-color: #C84CAE;
}
.TagClassName
{
border-color: #C84CAE;
}
</style>