#C75CA9

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

Shades of Fuchsia #C75CA9

Tints of Fuchsia #C75CA9

Color information

#C75CA9 (or 0xC75CA9) is unknown color: approx Fuchsia. HEX triplet: C7, 5C and A9. RGB value is (199,92,169). Sum of RGB (Red+Green+Blue) = 199+92+169=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C75CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75CA9 is #38A356. Grayscale: #848484. Windows color (decimal): -3711831 or 11099335. OLE color: 11099335.

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

Color convert

RGB19992169-
CMYK00.540.150.22
HSL316.82º48.86%57.06%-
HSV(B)316.82º53.77%78.04%-
XYZ34.5422.6640.09-
YUV132.77148.45175.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.26%
GREEN value IS 92 (36.33% from 255) = 20%
BLUE value IS 169 (66.41% from 255) = 36.74%
R=43.26%
G=20%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999216900.540.150.22316.8248.8657.06
HexC75CA9036F1613d3139
Octal30713425106617264756171
Binary110001111011100101010010110110111110110100111101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75CA9; }

 p { color: rgb(199,92,169); }

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

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

 a { background-color: rgb(199,92,169); }

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

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

 span { border-color: rgb(199,92,169); }

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