#C463A9

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

Shades of Fuchsia #C463A9

Tints of Fuchsia #C463A9

Color information

#C463A9 (or 0xC463A9) is unknown color: approx Fuchsia. HEX triplet: C4, 63 and A9. RGB value is (196,99,169). Sum of RGB (Red+Green+Blue) = 196+99+169=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C463A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C463A9 is #3B9C56. Grayscale: #878787. Windows color (decimal): -3906647 or 11101124. OLE color: 11101124.

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

Color convert

RGB19699169-
CMYK00.490.140.23
HSL316.7º45.12%57.84%-
HSV(B)316.7º49.49%76.86%-
XYZ34.3923.5240.26-
YUV135.98146.64170.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.24%
GREEN value IS 99 (39.06% from 255) = 21.34%
BLUE value IS 169 (66.41% from 255) = 36.42%
R=42.24%
G=21.34%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969916900.490.140.23316.745.1257.84
HexC463A9031E1713d2d3a
Octal30414325106116274755572
Binary110001001100011101010010110001111010111100111101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C463A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C463A9; }

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

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

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

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

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

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

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

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