#C16BAF

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

Shades of Fuchsia #C16BAF

Tints of Fuchsia #C16BAF

Color information

#C16BAF (or 0xC16BAF) is unknown color: approx Fuchsia. HEX triplet: C1, 6B and AF. RGB value is (193,107,175). Sum of RGB (Red+Green+Blue) = 193+107+175=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C16BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16BAF is #3E9450. Grayscale: #8C8C8C. Windows color (decimal): -4101201 or 11496385. OLE color: 11496385.

HSL color Cylindrical-coordinate representation of color #C16BAF: hue angle of 312.56º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C16BAF is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB193107175-
CMYK00.450.090.24
HSL312.56º40.95%58.82%-
HSV(B)312.56º44.56%75.69%-
XYZ34.9924.9543.53-
YUV140.47147.49165.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.63%
GREEN value IS 107 (42.19% from 255) = 22.53%
BLUE value IS 175 (68.75% from 255) = 36.84%
R=40.63%
G=22.53%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310717500.450.090.24312.5640.9558.82
HexC16BAF02D918139293b
Octal30115325705511304715173
Binary110000011101011101011110101101100111000100111001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16BAF; }

 p { color: rgb(193,107,175); }

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

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

 a { background-color: rgb(193,107,175); }

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

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

 span { border-color: rgb(193,107,175); }

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