#C155C8

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

Shades of Fuchsia #C155C8

Tints of Fuchsia #C155C8

Color information

#C155C8 (or 0xC155C8) is unknown color: approx Fuchsia. HEX triplet: C1, 55 and C8. RGB value is (193,85,200). Sum of RGB (Red+Green+Blue) = 193+85+200=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 200 - color contains mainly: blue. Hex color #C155C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155C8 is #3EAA37. Grayscale: #828282. Windows color (decimal): -4106808 or 13129153. OLE color: 13129153.

HSL color Cylindrical-coordinate representation of color #C155C8: hue angle of 296.35º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C155C8 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19385200-
CMYK0.040.5800.22
HSL296.35º51.11%55.88%-
HSV(B)296.35º57.5%78.43%-
XYZ35.672257.01-
YUV130.4167.28172.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.38%
GREEN value IS 85 (33.59% from 255) = 17.78%
BLUE value IS 200 (78.52% from 255) = 41.84%
R=40.38%
G=17.78%
B=41.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal193852000.040.5800.22296.3551.1155.88
HexC155C843A0161283338
Octal3011253104720264506370
Binary11000001101010111001000100111010010110100101000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C155C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C155C8; }

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

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

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

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

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

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

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

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