#C73EAE

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

Shades of Fuchsia #C73EAE

Tints of Fuchsia #C73EAE

Color information

#C73EAE (or 0xC73EAE) is unknown color: approx Fuchsia. HEX triplet: C7, 3E and AE. RGB value is (199,62,174). Sum of RGB (Red+Green+Blue) = 199+62+174=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C73EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73EAE is #38C151. Grayscale: #737373. Windows color (decimal): -3719506 or 11419335. OLE color: 11419335.

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

Color convert

RGB19962174-
CMYK00.690.130.22
HSL310.95º55.02%51.18%-
HSV(B)310.95º68.84%78.04%-
XYZ32.9218.6441.91-
YUV115.73160.89187.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.75%
GREEN value IS 62 (24.61% from 255) = 14.25%
BLUE value IS 174 (68.36% from 255) = 40%
R=45.75%
G=14.25%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996217400.690.130.22310.9555.0251.18
HexC73EAE045D161373733
Octal30776256010515264676763
Binary110001111111101010111001000101110110110100110111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73EAE; }

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

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

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

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

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

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

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

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