#C163BB

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

Shades of Fuchsia #C163BB

Tints of Fuchsia #C163BB

Color information

#C163BB (or 0xC163BB) is unknown color: approx Fuchsia. HEX triplet: C1, 63 and BB. RGB value is (193,99,187). Sum of RGB (Red+Green+Blue) = 193+99+187=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C163BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163BB is #3E9C44. Grayscale: #888888. Windows color (decimal): -4103237 or 12280769. OLE color: 12280769.

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

Color convert

RGB19399187-
CMYK00.490.030.24
HSL303.83º43.12%57.25%-
HSV(B)303.83º48.7%75.69%-
XYZ35.4223.8549.75-
YUV137.14156.14167.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.29%
GREEN value IS 99 (39.06% from 255) = 20.67%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=40.29%
G=20.67%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939918700.490.030.24303.8343.1257.25
HexC163BB0313181302b39
Octal3011432730613304605371
Binary1100000111000111011101101100011111000100110000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C163BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C163BB; }

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

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

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

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

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

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

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

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