#C463AA

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

Shades of Fuchsia #C463AA

Tints of Fuchsia #C463AA

Color information

#C463AA (or 0xC463AA) is unknown color: approx Fuchsia. HEX triplet: C4, 63 and AA. RGB value is (196,99,170). Sum of RGB (Red+Green+Blue) = 196+99+170=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C463AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C463AA is #3B9C55. Grayscale: #878787. Windows color (decimal): -3906646 or 11166660. OLE color: 11166660.

HSL color Cylindrical-coordinate representation of color #C463AA: hue angle of 316.08º 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 #C463AA is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB19699170-
CMYK00.490.130.23
HSL316.08º45.12%57.84%-
HSV(B)316.08º49.49%76.86%-
XYZ34.4823.5640.76-
YUV136.1147.14170.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.15%
GREEN value IS 99 (39.06% from 255) = 21.29%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=42.15%
G=21.29%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969917000.490.130.23316.0845.1257.84
HexC463AA031D1713c2d3a
Octal30414325206115274745572
Binary110001001100011101010100110001110110111100111100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C463AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C463AA; }

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

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

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

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

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

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

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

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