#C163C0

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

Shades of Fuchsia #C163C0

Tints of Fuchsia #C163C0

Color information

#C163C0 (or 0xC163C0) is unknown color: approx Fuchsia. HEX triplet: C1, 63 and C0. RGB value is (193,99,192). Sum of RGB (Red+Green+Blue) = 193+99+192=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C163C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163C0 is #3E9C3F. Grayscale: #898989. Windows color (decimal): -4103232 or 12608449. OLE color: 12608449.

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

Color convert

RGB19399192-
CMYK00.490.010.24
HSL300.64º43.12%57.25%-
HSV(B)300.64º48.7%75.69%-
XYZ35.9724.0752.62-
YUV137.71158.64167.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.88%
GREEN value IS 99 (39.06% from 255) = 20.45%
BLUE value IS 192 (75.39% from 255) = 39.67%
R=39.88%
G=20.45%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939919200.490.010.24300.6443.1257.25
HexC163C003111812d2b39
Octal3011433000611304555371
Binary110000011100011110000000110001111000100101101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C163C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C163C0; }

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

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

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

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

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

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

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

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