#C05EC3

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

Shades of Fuchsia #C05EC3

Tints of Fuchsia #C05EC3

Color information

#C05EC3 (or 0xC05EC3) is unknown color: approx Fuchsia. HEX triplet: C0, 5E and C3. RGB value is (192,94,195). Sum of RGB (Red+Green+Blue) = 192+94+195=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #C05EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05EC3 is #3FA13C. Grayscale: #868686. Windows color (decimal): -4170045 or 12803776. OLE color: 12803776.

HSL color Cylindrical-coordinate representation of color #C05EC3: hue angle of 298.22º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05EC3 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19294195-
CMYK0.020.5200.24
HSL298.22º45.7%56.67%-
HSV(B)298.22º51.79%76.47%-
XYZ35.5923.1554.22-
YUV134.82161.97168.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.92%
GREEN value IS 94 (37.11% from 255) = 19.54%
BLUE value IS 195 (76.56% from 255) = 40.54%
R=39.92%
G=19.54%
B=40.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192941950.020.5200.24298.2245.756.67
HexC05EC323401812a2e39
Octal3001363032640304525671
Binary1100000010111101100001110110100011000100101010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05EC3; }

 p { color: rgb(192,94,195); }

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

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

 a { background-color: rgb(192,94,195); }

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

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

 span { border-color: rgb(192,94,195); }

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