#C162AA

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

Shades of Fuchsia #C162AA

Tints of Fuchsia #C162AA

Color information

#C162AA (or 0xC162AA) is unknown color: approx Fuchsia. HEX triplet: C1, 62 and AA. RGB value is (193,98,170). Sum of RGB (Red+Green+Blue) = 193+98+170=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C162AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C162AA is #3E9D55. Grayscale: #868686. Windows color (decimal): -4103510 or 11166401. OLE color: 11166401.

HSL color Cylindrical-coordinate representation of color #C162AA: hue angle of 314.53º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C162AA is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB19398170-
CMYK00.490.120.24
HSL314.53º43.38%57.06%-
HSV(B)314.53º49.22%75.69%-
XYZ33.6222.9840.69-
YUV134.61147.97169.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.87%
GREEN value IS 98 (38.67% from 255) = 21.26%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=41.87%
G=21.26%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939817000.490.120.24314.5343.3857.06
HexC162AA031C1813b2b39
Octal30114225206114304735371
Binary110000011100010101010100110001110011000100111011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C162AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C162AA; }

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

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

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

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

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

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

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

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