#C63FBC

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

Shades of Fuchsia #C63FBC

Tints of Fuchsia #C63FBC

Color information

#C63FBC (or 0xC63FBC) is unknown color: approx Fuchsia. HEX triplet: C6, 3F and BC. RGB value is (198,63,188). Sum of RGB (Red+Green+Blue) = 198+63+188=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C63FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FBC is #39C043. Grayscale: #757575. Windows color (decimal): -3784772 or 12337094. OLE color: 12337094.

HSL color Cylindrical-coordinate representation of color #C63FBC: hue angle of 304.44º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C63FBC is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB19863188-
CMYK00.680.050.22
HSL304.44º54.22%51.18%-
HSV(B)304.44º68.18%77.65%-
XYZ34.1419.1949.48-
YUV117.62167.73185.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.10%
GREEN value IS 63 (25% from 255) = 14.03%
BLUE value IS 188 (73.83% from 255) = 41.87%
R=44.10%
G=14.03%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986318800.680.050.22304.4454.2251.18
HexC63FBC0445161303633
Octal3067727401045264606663
Binary11000110111111101111000100010010110110100110000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63FBC; }

 p { color: rgb(198,63,188); }

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

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

 a { background-color: rgb(198,63,188); }

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

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

 span { border-color: rgb(198,63,188); }

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