#C861AB

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

Shades of Fuchsia #C861AB

Tints of Fuchsia #C861AB

Color information

#C861AB (or 0xC861AB) is unknown color: approx Fuchsia. HEX triplet: C8, 61 and AB. RGB value is (200,97,171). Sum of RGB (Red+Green+Blue) = 200+97+171=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C861AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C861AB is #379E54. Grayscale: #888888. Windows color (decimal): -3645013 or 11231688. OLE color: 11231688.

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

Color convert

RGB20097171-
CMYK00.520.140.22
HSL316.89º48.36%58.24%-
HSV(B)316.89º51.5%78.43%-
XYZ35.4423.7741.25-
YUV136.23147.62173.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.74%
GREEN value IS 97 (38.28% from 255) = 20.73%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=42.74%
G=20.73%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009717100.520.140.22316.8948.3658.24
HexC861AB034E1613d303a
Octal31014125306416264756072
Binary110010001100001101010110110100111010110100111101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C861AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C861AB; }

 p { color: rgb(200,97,171); }

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

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

 a { background-color: rgb(200,97,171); }

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

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

 span { border-color: rgb(200,97,171); }

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