#C63FBA

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

Shades of Fuchsia #C63FBA

Tints of Fuchsia #C63FBA

Color information

#C63FBA (or 0xC63FBA) is unknown color: approx Fuchsia. HEX triplet: C6, 3F and BA. RGB value is (198,63,186). Sum of RGB (Red+Green+Blue) = 198+63+186=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C63FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FBA is #39C045. Grayscale: #757575. Windows color (decimal): -3784774 or 12206022. OLE color: 12206022.

HSL color Cylindrical-coordinate representation of color #C63FBA: hue angle of 305.33º 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 #C63FBA is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB19863186-
CMYK00.680.060.22
HSL305.33º54.22%51.18%-
HSV(B)305.33º68.18%77.65%-
XYZ33.9319.1148.35-
YUV117.39166.73185.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.30%
GREEN value IS 63 (25% from 255) = 14.09%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=44.30%
G=14.09%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986318600.680.060.22305.3354.2251.18
HexC63FBA0446161313633
Octal3067727201046264616663
Binary11000110111111101110100100010011010110100110001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63FBA; }

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

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

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

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

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

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

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

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