#C743AA

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

Shades of Fuchsia #C743AA

Tints of Fuchsia #C743AA

Color information

#C743AA (or 0xC743AA) is unknown color: approx Fuchsia. HEX triplet: C7, 43 and AA. RGB value is (199,67,170). Sum of RGB (Red+Green+Blue) = 199+67+170=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C743AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C743AA is #38BC55. Grayscale: #757575. Windows color (decimal): -3718230 or 11158471. OLE color: 11158471.

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

Color convert

RGB19967170-
CMYK00.660.150.22
HSL313.18º54.1%52.16%-
HSV(B)313.18º66.33%78.04%-
XYZ32.8219.0639.98-
YUV118.21157.23185.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.64%
GREEN value IS 67 (26.56% from 255) = 15.37%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=45.64%
G=15.37%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996717000.660.150.22313.1854.152.16
HexC743AA042F161393634
Octal307103252010217264716664
Binary1100011110000111010101001000010111110110100111001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C743AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C743AA; }

 p { color: rgb(199,67,170); }

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

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

 a { background-color: rgb(199,67,170); }

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

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

 span { border-color: rgb(199,67,170); }

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