#C463AD

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

Shades of Fuchsia #C463AD

Tints of Fuchsia #C463AD

Color information

#C463AD (or 0xC463AD) is unknown color: approx Fuchsia. HEX triplet: C4, 63 and AD. RGB value is (196,99,173). Sum of RGB (Red+Green+Blue) = 196+99+173=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C463AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C463AD is #3B9C52. Grayscale: #888888. Windows color (decimal): -3906643 or 11363268. OLE color: 11363268.

HSL color Cylindrical-coordinate representation of color #C463AD: hue angle of 314.23º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C463AD is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB19699173-
CMYK00.490.120.23
HSL314.23º45.12%57.84%-
HSV(B)314.23º49.49%76.86%-
XYZ34.7723.6842.27-
YUV136.44148.64170.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 99 (39.06% from 255) = 21.15%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=41.88%
G=21.15%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969917300.490.120.23314.2345.1257.84
HexC463AD031C1713a2d3a
Octal30414325506114274725572
Binary110001001100011101011010110001110010111100111010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C463AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C463AD; }

 p { color: rgb(196,99,173); }

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

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

 a { background-color: rgb(196,99,173); }

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

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

 span { border-color: rgb(196,99,173); }

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