#C75EAE

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

Shades of Fuchsia #C75EAE

Tints of Fuchsia #C75EAE

Color information

#C75EAE (or 0xC75EAE) is unknown color: approx Fuchsia. HEX triplet: C7, 5E and AE. RGB value is (199,94,174). Sum of RGB (Red+Green+Blue) = 199+94+174=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C75EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75EAE is #38A151. Grayscale: #868686. Windows color (decimal): -3711314 or 11427527. OLE color: 11427527.

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

Color convert

RGB19994174-
CMYK00.530.130.22
HSL314.29º48.39%57.45%-
HSV(B)314.29º52.76%78.04%-
XYZ35.223.242.67-
YUV134.52150.29174-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.61%
GREEN value IS 94 (37.11% from 255) = 20.13%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=42.61%
G=20.13%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999417400.530.130.22314.2948.3957.45
HexC75EAE035D1613a3039
Octal30713625606515264726071
Binary110001111011110101011100110101110110110100111010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75EAE; }

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

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

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

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

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

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

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

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