#C63FB9

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

Shades of Fuchsia #C63FB9

Tints of Fuchsia #C63FB9

Color information

#C63FB9 (or 0xC63FB9) is unknown color: approx Fuchsia. HEX triplet: C6, 3F and B9. RGB value is (198,63,185). Sum of RGB (Red+Green+Blue) = 198+63+185=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C63FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FB9 is #39C046. Grayscale: #747474. Windows color (decimal): -3784775 or 12140486. OLE color: 12140486.

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

Color convert

RGB19863185-
CMYK00.680.070.22
HSL305.78º54.22%51.18%-
HSV(B)305.78º68.18%77.65%-
XYZ33.8219.0647.8-
YUV117.27166.23185.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.39%
GREEN value IS 63 (25% from 255) = 14.13%
BLUE value IS 185 (72.66% from 255) = 41.48%
R=44.39%
G=14.13%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986318500.680.070.22305.7854.2251.18
HexC63FB90447161323633
Octal3067727101047264626663
Binary11000110111111101110010100010011110110100110010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63FB9; }

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

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

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

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

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

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

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

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