#C863AB

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

Shades of Fuchsia #C863AB

Tints of Fuchsia #C863AB

Color information

#C863AB (or 0xC863AB) is unknown color: approx Fuchsia. HEX triplet: C8, 63 and AB. RGB value is (200,99,171). Sum of RGB (Red+Green+Blue) = 200+99+171=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C863AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C863AB is #379C54. Grayscale: #898989. Windows color (decimal): -3644501 or 11232200. OLE color: 11232200.

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

Color convert

RGB20099171-
CMYK00.500.140.22
HSL317.23º47.87%58.63%-
HSV(B)317.23º50.5%78.43%-
XYZ35.6324.1441.31-
YUV137.41146.96172.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.55%
GREEN value IS 99 (39.06% from 255) = 21.06%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=42.55%
G=21.06%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009917100.500.140.22317.2347.8758.63
HexC863AB032E1613d303b
Octal31014325306216264756073
Binary110010001100011101010110110010111010110100111101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C863AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C863AB; }

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

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

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

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

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

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

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

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