#C162AC

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

Shades of Fuchsia #C162AC

Tints of Fuchsia #C162AC

Color information

#C162AC (or 0xC162AC) is unknown color: approx Fuchsia. HEX triplet: C1, 62 and AC. RGB value is (193,98,172). Sum of RGB (Red+Green+Blue) = 193+98+172=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C162AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C162AC is #3E9D53. Grayscale: #868686. Windows color (decimal): -4103508 or 11297473. OLE color: 11297473.

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

Color convert

RGB19398172-
CMYK00.490.110.24
HSL313.26º43.38%57.06%-
HSV(B)313.26º49.22%75.69%-
XYZ33.8123.0541.7-
YUV134.84148.97169.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.68%
GREEN value IS 98 (38.67% from 255) = 21.17%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=41.68%
G=21.17%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939817200.490.110.24313.2643.3857.06
HexC162AC031B181392b39
Octal30114225406113304715371
Binary110000011100010101011000110001101111000100111001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C162AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C162AC; }

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

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

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

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

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

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

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

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