#C75AAE

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

Shades of Fuchsia #C75AAE

Tints of Fuchsia #C75AAE

Color information

#C75AAE (or 0xC75AAE) is unknown color: approx Fuchsia. HEX triplet: C7, 5A and AE. RGB value is (199,90,174). Sum of RGB (Red+Green+Blue) = 199+90+174=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C75AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75AAE is #38A551. Grayscale: #838383. Windows color (decimal): -3712338 or 11426503. OLE color: 11426503.

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

Color convert

RGB19990174-
CMYK00.550.130.22
HSL313.76º49.32%56.67%-
HSV(B)313.76º54.77%78.04%-
XYZ34.8522.5142.55-
YUV132.17151.61175.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 90 (35.55% from 255) = 19.44%
BLUE value IS 174 (68.36% from 255) = 37.58%
R=42.98%
G=19.44%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999017400.550.130.22313.7649.3256.67
HexC75AAE037D1613a3139
Octal30713225606715264726171
Binary110001111011010101011100110111110110110100111010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75AAE; }

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

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

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

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

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

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

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

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