#C167AE

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

Shades of Fuchsia #C167AE

Tints of Fuchsia #C167AE

Color information

#C167AE (or 0xC167AE) is unknown color: approx Fuchsia. HEX triplet: C1, 67 and AE. RGB value is (193,103,174). Sum of RGB (Red+Green+Blue) = 193+103+174=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C167AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C167AE is #3E9851. Grayscale: #898989. Windows color (decimal): -4102226 or 11429825. OLE color: 11429825.

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

Color convert

RGB193103174-
CMYK00.470.100.24
HSL312.67º42.06%58.04%-
HSV(B)312.67º46.63%75.69%-
XYZ34.4824.0942.88-
YUV138148.32167.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.06%
GREEN value IS 103 (40.62% from 255) = 21.91%
BLUE value IS 174 (68.36% from 255) = 37.02%
R=41.06%
G=21.91%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310317400.470.100.24312.6742.0658.04
HexC167AE02FA181392a3a
Octal30114725605712304715272
Binary110000011100111101011100101111101011000100111001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C167AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C167AE; }

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

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

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

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

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

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

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

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