#C761AD

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

Shades of Fuchsia #C761AD

Tints of Fuchsia #C761AD

Color information

#C761AD (or 0xC761AD) is unknown color: approx Fuchsia. HEX triplet: C7, 61 and AD. RGB value is (199,97,173). Sum of RGB (Red+Green+Blue) = 199+97+173=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C761AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C761AD is #389E52. Grayscale: #878787. Windows color (decimal): -3710547 or 11362759. OLE color: 11362759.

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

Color convert

RGB19997173-
CMYK00.510.130.22
HSL315.29º47.66%58.04%-
HSV(B)315.29º51.26%78.04%-
XYZ35.3723.7142.25-
YUV136.16148.79172.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.43%
GREEN value IS 97 (38.28% from 255) = 20.68%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=42.43%
G=20.68%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999717300.510.130.22315.2947.6658.04
HexC761AD033D1613b303a
Octal30714125506315264736072
Binary110001111100001101011010110011110110110100111011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C761AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C761AD; }

 p { color: rgb(199,97,173); }

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

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

 a { background-color: rgb(199,97,173); }

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

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

 span { border-color: rgb(199,97,173); }

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