#C25DC6

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

Shades of Fuchsia #C25DC6

Tints of Fuchsia #C25DC6

Color information

#C25DC6 (or 0xC25DC6) is unknown color: approx Fuchsia. HEX triplet: C2, 5D and C6. RGB value is (194,93,198). Sum of RGB (Red+Green+Blue) = 194+93+198=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 198 - color contains mainly: blue. Hex color #C25DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25DC6 is #3DA239. Grayscale: #868686. Windows color (decimal): -4039226 or 13000130. OLE color: 13000130.

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

Color convert

RGB19493198-
CMYK0.020.5300.22
HSL297.71º47.95%57.06%-
HSV(B)297.71º53.03%77.65%-
XYZ36.3623.3856.02-
YUV135.17163.46169.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 93 (36.72% from 255) = 19.18%
BLUE value IS 198 (77.73% from 255) = 40.82%
R=40%
G=19.18%
B=40.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal194931980.020.5300.22297.7147.9557.06
HexC25DC623501612a3039
Octal3021353062650264526071
Binary1100001010111011100011010110101010110100101010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25DC6; }

 p { color: rgb(194,93,198); }

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

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

 a { background-color: rgb(194,93,198); }

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

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

 span { border-color: rgb(194,93,198); }

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