#C861AA

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

Shades of Fuchsia #C861AA

Tints of Fuchsia #C861AA

Color information

#C861AA (or 0xC861AA) is unknown color: approx Fuchsia. HEX triplet: C8, 61 and AA. RGB value is (200,97,170). Sum of RGB (Red+Green+Blue) = 200+97+170=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C861AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C861AA is #379E55. Grayscale: #878787. Windows color (decimal): -3645014 or 11166152. OLE color: 11166152.

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

Color convert

RGB20097170-
CMYK00.520.150.22
HSL317.48º48.36%58.24%-
HSV(B)317.48º51.5%78.43%-
XYZ35.3523.7340.75-
YUV136.12147.12173.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 97 (38.28% from 255) = 20.77%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=42.83%
G=20.77%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009717000.520.150.22317.4848.3658.24
HexC861AA034F1613d303a
Octal31014125206417264756072
Binary110010001100001101010100110100111110110100111101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C861AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C861AA; }

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

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

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

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

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

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

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

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