#C462AA

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

Shades of Fuchsia #C462AA

Tints of Fuchsia #C462AA

Color information

#C462AA (or 0xC462AA) is unknown color: approx Fuchsia. HEX triplet: C4, 62 and AA. RGB value is (196,98,170). Sum of RGB (Red+Green+Blue) = 196+98+170=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C462AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C462AA is #3B9D55. Grayscale: #878787. Windows color (decimal): -3906902 or 11166404. OLE color: 11166404.

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

Color convert

RGB19698170-
CMYK00.50.130.23
HSL315.92º45.37%57.65%-
HSV(B)315.92º50%76.86%-
XYZ34.3923.3740.73-
YUV135.51147.47171.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.24%
GREEN value IS 98 (38.67% from 255) = 21.12%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=42.24%
G=21.12%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969817000.50.130.23315.9245.3757.65
HexC462AA032D1713c2d3a
Octal30414225206215274745572
Binary110001001100010101010100110010110110111100111100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C462AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C462AA; }

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

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

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

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

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

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

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

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