#C460AA

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

Shades of Fuchsia #C460AA

Tints of Fuchsia #C460AA

Color information

#C460AA (or 0xC460AA) is unknown color: approx Fuchsia. HEX triplet: C4, 60 and AA. RGB value is (196,96,170). Sum of RGB (Red+Green+Blue) = 196+96+170=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C460AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C460AA is #3B9F55. Grayscale: #868686. Windows color (decimal): -3907414 or 11165892. OLE color: 11165892.

HSL color Cylindrical-coordinate representation of color #C460AA: hue angle of 315.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C460AA is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB19696170-
CMYK00.510.130.23
HSL315.6º45.87%57.25%-
HSV(B)315.6º51.02%76.86%-
XYZ34.22340.67-
YUV134.34148.13171.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.42%
GREEN value IS 96 (37.89% from 255) = 20.78%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=42.42%
G=20.78%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969617000.510.130.23315.645.8757.25
HexC460AA033D1713c2e39
Octal30414025206315274745671
Binary110001001100000101010100110011110110111100111100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C460AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C460AA; }

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

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

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

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

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

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

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

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