#C05CC6

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

Shades of Fuchsia #C05CC6

Tints of Fuchsia #C05CC6

Color information

#C05CC6 (or 0xC05CC6) is unknown color: approx Fuchsia. HEX triplet: C0, 5C and C6. RGB value is (192,92,198). Sum of RGB (Red+Green+Blue) = 192+92+198=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #C05CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CC6 is #3FA339. Grayscale: #858585. Windows color (decimal): -4170554 or 12999872. OLE color: 12999872.

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

Color convert

RGB19292198-
CMYK0.030.5400.22
HSL296.6º48.18%56.86%-
HSV(B)296.6º53.54%77.65%-
XYZ35.7622.9455.97-
YUV133.98164.13169.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.83%
GREEN value IS 92 (36.33% from 255) = 19.09%
BLUE value IS 198 (77.73% from 255) = 41.08%
R=39.83%
G=19.09%
B=41.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192921980.030.5400.22296.648.1856.86
HexC05CC63360161293039
Octal3001343063660264516071
Binary1100000010111001100011011110110010110100101001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05CC6; }

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

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

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

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

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

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

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

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