#C760AA

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

Shades of Fuchsia #C760AA

Tints of Fuchsia #C760AA

Color information

#C760AA (or 0xC760AA) is unknown color: approx Fuchsia. HEX triplet: C7, 60 and AA. RGB value is (199,96,170). Sum of RGB (Red+Green+Blue) = 199+96+170=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C760AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C760AA is #389F55. Grayscale: #878787. Windows color (decimal): -3710806 or 11165895. OLE color: 11165895.

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

Color convert

RGB19996170-
CMYK00.520.150.22
HSL316.89º47.91%57.84%-
HSV(B)316.89º51.76%78.04%-
XYZ34.9923.4140.7-
YUV135.23147.62173.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.80%
GREEN value IS 96 (37.89% from 255) = 20.65%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=42.80%
G=20.65%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999617000.520.150.22316.8947.9157.84
HexC760AA034F1613d303a
Octal30714025206417264756072
Binary110001111100000101010100110100111110110100111101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C760AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C760AA; }

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

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

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

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

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

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

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

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