#C169C0

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

Shades of Fuchsia #C169C0

Tints of Fuchsia #C169C0

Color information

#C169C0 (or 0xC169C0) is unknown color: approx Fuchsia. HEX triplet: C1, 69 and C0. RGB value is (193,105,192). Sum of RGB (Red+Green+Blue) = 193+105+192=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C169C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169C0 is #3E963F. Grayscale: #8C8C8C. Windows color (decimal): -4101696 or 12609985. OLE color: 12609985.

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

Color convert

RGB193105192-
CMYK00.460.010.24
HSL300.68º41.51%58.43%-
HSV(B)300.68º45.6%75.69%-
XYZ36.5625.2552.82-
YUV141.23156.65164.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.39%
GREEN value IS 105 (41.41% from 255) = 21.43%
BLUE value IS 192 (75.39% from 255) = 39.18%
R=39.39%
G=21.43%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310519200.460.010.24300.6841.5158.43
HexC169C002E11812d2a3a
Octal3011513000561304555272
Binary110000011101001110000000101110111000100101101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C169C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C169C0; }

 p { color: rgb(193,105,192); }

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

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

 a { background-color: rgb(193,105,192); }

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

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

 span { border-color: rgb(193,105,192); }

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