#C43FC6

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

Shades of Fuchsia #C43FC6

Tints of Fuchsia #C43FC6

Color information

#C43FC6 (or 0xC43FC6) is unknown color: approx Fuchsia. HEX triplet: C4, 3F and C6. RGB value is (196,63,198). Sum of RGB (Red+Green+Blue) = 196+63+198=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 198 - color contains mainly: blue. Hex color #C43FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43FC6 is #3BC039. Grayscale: #757575. Windows color (decimal): -3915834 or 12992452. OLE color: 12992452.

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

Color convert

RGB19663198-
CMYK0.010.6800.22
HSL299.11º54.22%51.18%-
HSV(B)299.11º68.18%77.65%-
XYZ34.7419.3755.33-
YUV118.16173.06183.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.89%
GREEN value IS 63 (25% from 255) = 13.79%
BLUE value IS 198 (77.73% from 255) = 43.33%
R=42.89%
G=13.79%
B=43.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal196631980.010.6800.22299.1154.2251.18
HexC43FC614401612b3633
Octal3047730611040264536663
Binary110001001111111100011011000100010110100101011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43FC6; }

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

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

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

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

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

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

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

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