#C167C6

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

Shades of Fuchsia #C167C6

Tints of Fuchsia #C167C6

Color information

#C167C6 (or 0xC167C6) is unknown color: approx Fuchsia. HEX triplet: C1, 67 and C6. RGB value is (193,103,198). Sum of RGB (Red+Green+Blue) = 193+103+198=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 198 - color contains mainly: blue. Hex color #C167C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167C6 is #3E9839. Grayscale: #8C8C8C. Windows color (decimal): -4102202 or 13002689. OLE color: 13002689.

HSL color Cylindrical-coordinate representation of color #C167C6: hue angle of 296.84º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C167C6 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB193103198-
CMYK0.030.4800.22
HSL296.84º45.45%59.02%-
HSV(B)296.84º47.98%77.65%-
XYZ37.0425.1256.32-
YUV140.74160.32165.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.07%
GREEN value IS 103 (40.62% from 255) = 20.85%
BLUE value IS 198 (77.73% from 255) = 40.08%
R=39.07%
G=20.85%
B=40.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1931031980.030.4800.22296.8445.4559.02
HexC167C63300161292d3b
Octal3011473063600264515573
Binary1100000111001111100011011110000010110100101001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C167C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C167C6; }

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

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

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

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

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

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

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

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