#C169AD

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

Shades of Fuchsia #C169AD

Tints of Fuchsia #C169AD

Color information

#C169AD (or 0xC169AD) is unknown color: approx Fuchsia. HEX triplet: C1, 69 and AD. RGB value is (193,105,173). Sum of RGB (Red+Green+Blue) = 193+105+173=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C169AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C169AD is #3E9652. Grayscale: #8A8A8A. Windows color (decimal): -4101715 or 11364801. OLE color: 11364801.

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

Color convert

RGB193105173-
CMYK00.460.100.24
HSL313.64º41.51%58.43%-
HSV(B)313.64º45.6%75.69%-
XYZ34.5924.4642.43-
YUV139.06147.15166.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.98%
GREEN value IS 105 (41.41% from 255) = 22.29%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=40.98%
G=22.29%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310517300.460.100.24313.6441.5158.43
HexC169AD02EA1813a2a3a
Octal30115125505612304725272
Binary110000011101001101011010101110101011000100111010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C169AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C169AD; }

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

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

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

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

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

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

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

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