#C75AAA

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

Shades of Fuchsia #C75AAA

Tints of Fuchsia #C75AAA

Color information

#C75AAA (or 0xC75AAA) is unknown color: approx Fuchsia. HEX triplet: C7, 5A and AA. RGB value is (199,90,170). Sum of RGB (Red+Green+Blue) = 199+90+170=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C75AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75AAA is #38A555. Grayscale: #838383. Windows color (decimal): -3712342 or 11164359. OLE color: 11164359.

HSL color Cylindrical-coordinate representation of color #C75AAA: hue angle of 315.96º 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 #C75AAA is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB19990170-
CMYK00.550.150.22
HSL315.96º49.32%56.67%-
HSV(B)315.96º54.77%78.04%-
XYZ34.4722.3640.53-
YUV131.71149.61176-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.36%
GREEN value IS 90 (35.55% from 255) = 19.61%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=43.36%
G=19.61%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999017000.550.150.22315.9649.3256.67
HexC75AAA037F1613c3139
Octal30713225206717264746171
Binary110001111011010101010100110111111110110100111100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75AAA; }

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

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

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

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

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

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

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

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