#C168B0

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

Shades of Fuchsia #C168B0

Tints of Fuchsia #C168B0

Color information

#C168B0 (or 0xC168B0) is unknown color: approx Fuchsia. HEX triplet: C1, 68 and B0. RGB value is (193,104,176). Sum of RGB (Red+Green+Blue) = 193+104+176=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C168B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C168B0 is #3E974F. Grayscale: #8A8A8A. Windows color (decimal): -4101968 or 11561153. OLE color: 11561153.

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

Color convert

RGB193104176-
CMYK00.460.090.24
HSL311.46º41.78%58.24%-
HSV(B)311.46º46.11%75.69%-
XYZ34.7824.3743.95-
YUV138.82148.99166.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 104 (41.02% from 255) = 21.99%
BLUE value IS 176 (69.14% from 255) = 37.21%
R=40.80%
G=21.99%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310417600.460.090.24311.4641.7858.24
HexC168B002E9181372a3a
Octal30115026005611304675272
Binary110000011101000101100000101110100111000100110111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C168B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C168B0; }

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

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

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

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

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

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

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

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