#C851A9

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

Shades of Fuchsia #C851A9

Tints of Fuchsia #C851A9

Color information

#C851A9 (or 0xC851A9) is unknown color: approx Fuchsia. HEX triplet: C8, 51 and A9. RGB value is (200,81,169). Sum of RGB (Red+Green+Blue) = 200+81+169=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 169 (66.41% from 255 or 37.56% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C851A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C851A9 is #37AE56. Grayscale: #7E7E7E. Windows color (decimal): -3649111 or 11096520. OLE color: 11096520.

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

Color convert

RGB20081169-
CMYK00.590.160.22
HSL315.63º51.97%55.1%-
HSV(B)315.63º59.5%78.43%-
XYZ33.9221.0339.81-
YUV126.61151.92180.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.44%
GREEN value IS 81 (32.03% from 255) = 18%
BLUE value IS 169 (66.41% from 255) = 37.56%
R=44.44%
G=18%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008116900.590.160.22315.6351.9755.1
HexC851A903B101613c3437
Octal31012125107320264746467
Binary1100100010100011010100101110111000010110100111100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C851A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C851A9; }

 p { color: rgb(200,81,169); }

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

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

 a { background-color: rgb(200,81,169); }

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

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

 span { border-color: rgb(200,81,169); }

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