#C169B8

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

Shades of Fuchsia #C169B8

Tints of Fuchsia #C169B8

Color information

#C169B8 (or 0xC169B8) is unknown color: approx Fuchsia. HEX triplet: C1, 69 and B8. RGB value is (193,105,184). Sum of RGB (Red+Green+Blue) = 193+105+184=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C169B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169B8 is #3E9647. Grayscale: #8C8C8C. Windows color (decimal): -4101704 or 12085697. OLE color: 12085697.

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

Color convert

RGB193105184-
CMYK00.460.050.24
HSL306.14º41.51%58.43%-
HSV(B)306.14º45.6%75.69%-
XYZ35.724.948.27-
YUV140.32152.65165.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 184 (72.27% from 255) = 38.17%
R=40.04%
G=21.78%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310518400.460.050.24306.1441.5158.43
HexC169B802E5181322a3a
Octal3011512700565304625272
Binary11000001110100110111000010111010111000100110010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C169B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C169B8; }

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

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

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

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

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

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

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

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