#C840AC

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

Shades of Fuchsia #C840AC

Tints of Fuchsia #C840AC

Color information

#C840AC (or 0xC840AC) is unknown color: approx Fuchsia. HEX triplet: C8, 40 and AC. RGB value is (200,64,172). Sum of RGB (Red+Green+Blue) = 200+64+172=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C840AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C840AC is #37BF53. Grayscale: #747474. Windows color (decimal): -3653460 or 11288776. OLE color: 11288776.

HSL color Cylindrical-coordinate representation of color #C840AC: hue angle of 312.35º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C840AC is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB20064172-
CMYK00.680.140.22
HSL312.35º55.28%51.76%-
HSV(B)312.35º68%78.43%-
XYZ33.118.9240.94-
YUV116.98159.06187.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.87%
GREEN value IS 64 (25.39% from 255) = 14.68%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=45.87%
G=14.68%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006417200.680.140.22312.3555.2851.76
HexC840AC044E161383734
Octal310100254010416264706764
Binary1100100010000001010110001000100111010110100111000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C840AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C840AC; }

 p { color: rgb(200,64,172); }

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

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

 a { background-color: rgb(200,64,172); }

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

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

 span { border-color: rgb(200,64,172); }

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