#C73AAE

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

Shades of Fuchsia #C73AAE

Tints of Fuchsia #C73AAE

Color information

#C73AAE (or 0xC73AAE) is unknown color: approx Fuchsia. HEX triplet: C7, 3A and AE. RGB value is (199,58,174). Sum of RGB (Red+Green+Blue) = 199+58+174=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C73AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73AAE is #38C551. Grayscale: #717171. Windows color (decimal): -3720530 or 11418311. OLE color: 11418311.

HSL color Cylindrical-coordinate representation of color #C73AAE: hue angle of 310.64º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73AAE is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB19958174-
CMYK00.710.130.22
HSL310.64º55.73%50.39%-
HSV(B)310.64º70.85%78.04%-
XYZ32.7118.2241.84-
YUV113.38162.21189.07-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.17%
GREEN value IS 58 (23.05% from 255) = 13.46%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=46.17%
G=13.46%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995817400.710.130.22310.6455.7350.39
HexC73AAE047D161373832
Octal30772256010715264677062
Binary110001111110101010111001000111110110110100110111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73AAE; }

 p { color: rgb(199,58,174); }

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

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

 a { background-color: rgb(199,58,174); }

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

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

 span { border-color: rgb(199,58,174); }

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