#c761c7

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

Shades of Fuchsia #C761C7

Tints of Fuchsia #C761C7

Color information

#C761C7 (or 0xC761C7) is unknown color: approx Fuchsia. HEX triplet: C7, 61 and C7. RGB value is (199,97,199). Sum of RGB (Red+Green+Blue) = 199+97+199=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C761C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C761C7 is #389E38. Grayscale: #8A8A8A. Windows color (decimal): -3710521 or 13066695. OLE color: 13066695.

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

Color convert

RGB19997199-
CMYK00.5100.22
HSL300º47.66%58.04%-
HSV(B)300º51.26%78.04%-
XYZ38.1424.8256.81-
YUV139.13161.79170.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.20%
GREEN value IS 97 (38.28% from 255) = 19.60%
BLUE value IS 199 (78.12% from 255) = 40.20%
R=40.20%
G=19.60%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999719900.5100.2230047.6658.04
HexC761C703301612c303a
Octal3071413070630264546072
Binary110001111100001110001110110011010110100101100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c761c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c761c7; }

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

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

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

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

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

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

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

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