#c168ae

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

Shades of Fuchsia #C168AE

Tints of Fuchsia #C168AE

Color information

#C168AE (or 0xC168AE) is unknown color: approx Fuchsia. HEX triplet: C1, 68 and AE. RGB value is (193,104,174). Sum of RGB (Red+Green+Blue) = 193+104+174=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C168AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C168AE is #3E9751. Grayscale: #8A8A8A. Windows color (decimal): -4101970 or 11430081. OLE color: 11430081.

HSL color Cylindrical-coordinate representation of color #C168AE: hue angle of 312.81º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C168AE is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB193104174-
CMYK00.460.100.24
HSL312.81º41.78%58.24%-
HSV(B)312.81º46.11%75.69%-
XYZ34.5824.2942.91-
YUV138.59147.99166.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.98%
GREEN value IS 104 (41.02% from 255) = 22.08%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=40.98%
G=22.08%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310417400.460.100.24312.8141.7858.24
HexC168AE02EA181392a3a
Octal30115025605612304715272
Binary110000011101000101011100101110101011000100111001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c168ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c168ae; }

 p { color: rgb(193,104,174); }

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

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

 a { background-color: rgb(193,104,174); }

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

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

 span { border-color: rgb(193,104,174); }

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