#c740c6

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

Shades of Fuchsia #C740C6

Tints of Fuchsia #C740C6

Color information

#C740C6 (or 0xC740C6) is unknown color: approx Fuchsia. HEX triplet: C7, 40 and C6. RGB value is (199,64,198). Sum of RGB (Red+Green+Blue) = 199+64+198=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C740C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C740C6 is #38BF39. Grayscale: #777777. Windows color (decimal): -3718970 or 12992711. OLE color: 12992711.

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

Color convert

RGB19964198-
CMYK00.680.010.22
HSL300.44º54.66%51.57%-
HSV(B)300.44º67.84%78.04%-
XYZ35.5819.8955.39-
YUV119.64172.23184.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.17%
GREEN value IS 64 (25.39% from 255) = 13.88%
BLUE value IS 198 (77.73% from 255) = 42.95%
R=43.17%
G=13.88%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996419800.680.010.22300.4454.6651.57
HexC740C604411612c3734
Octal30710030601041264546764
Binary1100011110000001100011001000100110110100101100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c740c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c740c6; }

 p { color: rgb(199,64,198); }

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

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

 a { background-color: rgb(199,64,198); }

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

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

 span { border-color: rgb(199,64,198); }

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