#C167AF

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

Shades of Fuchsia #C167AF

Tints of Fuchsia #C167AF

Color information

#C167AF (or 0xC167AF) is unknown color: approx Fuchsia. HEX triplet: C1, 67 and AF. RGB value is (193,103,175). Sum of RGB (Red+Green+Blue) = 193+103+175=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C167AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C167AF is #3E9850. Grayscale: #898989. Windows color (decimal): -4102225 or 11495361. OLE color: 11495361.

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

Color convert

RGB193103175-
CMYK00.470.090.24
HSL312º42.06%58.04%-
HSV(B)312º46.63%75.69%-
XYZ34.5824.1343.39-
YUV138.12148.82167.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.98%
GREEN value IS 103 (40.62% from 255) = 21.87%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=40.98%
G=21.87%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310317500.470.090.2431242.0658.04
HexC167AF02F9181382a3a
Octal30114725705711304705272
Binary110000011100111101011110101111100111000100111000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C167AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C167AF; }

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

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

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

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

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

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

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

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