#C760C6

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

Shades of Fuchsia #C760C6

Tints of Fuchsia #C760C6

Color information

#C760C6 (or 0xC760C6) is unknown color: approx Fuchsia. HEX triplet: C7, 60 and C6. RGB value is (199,96,198). Sum of RGB (Red+Green+Blue) = 199+96+198=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C760C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760C6 is #389F39. Grayscale: #8A8A8A. Windows color (decimal): -3710778 or 13000903. OLE color: 13000903.

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

Color convert

RGB19996198-
CMYK00.520.010.22
HSL300.58º47.91%57.84%-
HSV(B)300.58º51.76%78.04%-
XYZ37.9324.5956.17-
YUV138.42161.62171.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.37%
GREEN value IS 96 (37.89% from 255) = 19.47%
BLUE value IS 198 (77.73% from 255) = 40.16%
R=40.37%
G=19.47%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999619800.520.010.22300.5847.9157.84
HexC760C603411612d303a
Octal3071403060641264556072
Binary110001111100000110001100110100110110100101101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C760C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C760C6; }

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

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

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

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

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

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

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

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