#C75CC6

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

Shades of Fuchsia #C75CC6

Tints of Fuchsia #C75CC6

Color information

#C75CC6 (or 0xC75CC6) is unknown color: approx Fuchsia. HEX triplet: C7, 5C and C6. RGB value is (199,92,198). Sum of RGB (Red+Green+Blue) = 199+92+198=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C75CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75CC6 is #38A339. Grayscale: #878787. Windows color (decimal): -3711802 or 12999879. OLE color: 12999879.

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

Color convert

RGB19992198-
CMYK00.540.010.22
HSL300.56º48.86%57.06%-
HSV(B)300.56º53.77%78.04%-
XYZ37.5723.8756.05-
YUV136.08162.95172.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.70%
GREEN value IS 92 (36.33% from 255) = 18.81%
BLUE value IS 198 (77.73% from 255) = 40.49%
R=40.70%
G=18.81%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999219800.540.010.22300.5648.8657.06
HexC75CC603611612d3139
Octal3071343060661264556171
Binary110001111011100110001100110110110110100101101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75CC6; }

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

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

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

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

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

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

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

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