#C84EAE

Color #C84EAE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C84EAE

Tints of Fuchsia #C84EAE

Color information

#C84EAE (or 0xC84EAE) is unknown color: approx Fuchsia. HEX triplet: C8, 4E and AE. RGB value is (200,78,174). Sum of RGB (Red+Green+Blue) = 200+78+174=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C84EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84EAE is #37B151. Grayscale: #7D7D7D. Windows color (decimal): -3649874 or 11423432. OLE color: 11423432.

HSL color Cylindrical-coordinate representation of color #C84EAE: hue angle of 312.79º 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 #C84EAE is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB20078174-
CMYK00.610.130.22
HSL312.79º52.59%54.51%-
HSV(B)312.79º61%78.43%-
XYZ34.1820.7842.25-
YUV125.42155.42181.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 44.25%
GREEN value IS 78 (30.86% from 255) = 17.26%
BLUE value IS 174 (68.36% from 255) = 38.50%
R=44.25%
G=17.26%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007817400.610.130.22312.7952.5954.51
HexC84EAE03DD161393537
Octal31011625607515264716567
Binary110010001001110101011100111101110110110100111001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84EAE; }

 p { color: rgb(200,78,174); }

 H1.HeaderClassName
 {
   color: #C84EAE;
 }
 .AnyTagClassName
 {
   color: #C84EAE;
 }
</style>
background-color css

<style>
 a { background-color: #C84EAE; }

 a { background-color: rgb(200,78,174); }

 div.DivClassName
 {
   background-color: #C84EAE;
 }
 .BgClassName
 {
   background-color: #C84EAE;
 }
</style>
border-color css

<style>
 span { border-color: #C84EAE; }

 span { border-color: rgb(200,78,174); }

 td.TdClassName
 {
   border-color: #C84EAE;
 }
 .TagClassName
 {
   border-color: #C84EAE;
 }
</style>