#C155C6

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

Shades of Fuchsia #C155C6

Tints of Fuchsia #C155C6

Color information

#C155C6 (or 0xC155C6) is unknown color: approx Fuchsia. HEX triplet: C1, 55 and C6. RGB value is (193,85,198). Sum of RGB (Red+Green+Blue) = 193+85+198=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 198 - color contains mainly: blue. Hex color #C155C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155C6 is #3EAA39. Grayscale: #818181. Windows color (decimal): -4106810 or 12998081. OLE color: 12998081.

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

Color convert

RGB19385198-
CMYK0.030.5700.22
HSL297.35º49.78%55.49%-
HSV(B)297.35º57.07%77.65%-
XYZ35.4321.9155.79-
YUV130.17166.28172.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.55%
GREEN value IS 85 (33.59% from 255) = 17.86%
BLUE value IS 198 (77.73% from 255) = 41.60%
R=40.55%
G=17.86%
B=41.60%

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
Decimal193851980.030.5700.22297.3549.7855.49
HexC155C63390161293237
Octal3011253063710264516267
Binary1100000110101011100011011111001010110100101001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C155C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C155C6; }

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

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

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

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

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

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

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

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