#C863AF

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

Shades of Fuchsia #C863AF

Tints of Fuchsia #C863AF

Color information

#C863AF (or 0xC863AF) is unknown color: approx Fuchsia. HEX triplet: C8, 63 and AF. RGB value is (200,99,175). Sum of RGB (Red+Green+Blue) = 200+99+175=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C863AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C863AF is #379C50. Grayscale: #898989. Windows color (decimal): -3644497 or 11494344. OLE color: 11494344.

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

Color convert

RGB20099175-
CMYK00.500.120.22
HSL314.85º47.87%58.63%-
HSV(B)314.85º50.5%78.43%-
XYZ36.0224.343.35-
YUV137.86148.96172.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 99 (39.06% from 255) = 20.89%
BLUE value IS 175 (68.75% from 255) = 36.92%
R=42.19%
G=20.89%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009917500.500.120.22314.8547.8758.63
HexC863AF032C1613b303b
Octal31014325706214264736073
Binary110010001100011101011110110010110010110100111011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C863AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C863AF; }

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

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

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

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

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

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

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

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