#C055C6

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

Shades of Fuchsia #C055C6

Tints of Fuchsia #C055C6

Color information

#C055C6 (or 0xC055C6) is unknown color: approx Fuchsia. HEX triplet: C0, 55 and C6. RGB value is (192,85,198). Sum of RGB (Red+Green+Blue) = 192+85+198=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #C055C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C055C6 is #3FAA39. Grayscale: #818181. Windows color (decimal): -4172346 or 12998080. OLE color: 12998080.

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

Color convert

RGB19285198-
CMYK0.030.5700.22
HSL296.81º49.78%55.49%-
HSV(B)296.81º57.07%77.65%-
XYZ35.1821.7855.78-
YUV129.88166.45172.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.42%
GREEN value IS 85 (33.59% from 255) = 17.89%
BLUE value IS 198 (77.73% from 255) = 41.68%
R=40.42%
G=17.89%
B=41.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192851980.030.5700.22296.8149.7855.49
HexC055C63390161293237
Octal3001253063710264516267
Binary1100000010101011100011011111001010110100101001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C055C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C055C6; }

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

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

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

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

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

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

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

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