#C163BA

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

Shades of Fuchsia #C163BA

Tints of Fuchsia #C163BA

Color information

#C163BA (or 0xC163BA) is unknown color: approx Fuchsia. HEX triplet: C1, 63 and BA. RGB value is (193,99,186). Sum of RGB (Red+Green+Blue) = 193+99+186=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C163BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163BA is #3E9C45. Grayscale: #888888. Windows color (decimal): -4103238 or 12215233. OLE color: 12215233.

HSL color Cylindrical-coordinate representation of color #C163BA: hue angle of 304.47º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C163BA is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB19399186-
CMYK00.490.040.24
HSL304.47º43.12%57.25%-
HSV(B)304.47º48.7%75.69%-
XYZ35.3223.8149.19-
YUV137.02155.64167.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.38%
GREEN value IS 99 (39.06% from 255) = 20.71%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=40.38%
G=20.71%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939918600.490.040.24304.4743.1257.25
HexC163BA0314181302b39
Octal3011432720614304605371
Binary11000001110001110111010011000110011000100110000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C163BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C163BA; }

 p { color: rgb(193,99,186); }

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

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

 a { background-color: rgb(193,99,186); }

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

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

 span { border-color: rgb(193,99,186); }

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