#C05FC0

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

Shades of Fuchsia #C05FC0

Tints of Fuchsia #C05FC0

Color information

#C05FC0 (or 0xC05FC0) is unknown color: approx Fuchsia. HEX triplet: C0, 5F and C0. RGB value is (192,95,192). Sum of RGB (Red+Green+Blue) = 192+95+192=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C05FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FC0 is #3FA03F. Grayscale: #868686. Windows color (decimal): -4169792 or 12607424. OLE color: 12607424.

HSL color Cylindrical-coordinate representation of color #C05FC0: hue angle of 300º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05FC0 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19295192-
CMYK00.5100.25
HSL300º43.5%56.27%-
HSV(B)300º50.52%75.29%-
XYZ35.3423.252.48-
YUV135.06160.14168.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.08%
GREEN value IS 95 (37.5% from 255) = 19.83%
BLUE value IS 192 (75.39% from 255) = 40.08%
R=40.08%
G=19.83%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929519200.5100.2530043.556.27
HexC05FC003301912c2b38
Octal3001373000630314545370
Binary110000001011111110000000110011011001100101100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05FC0; }

 p { color: rgb(192,95,192); }

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

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

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

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

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

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

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