#C255C8

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

Shades of Fuchsia #C255C8

Tints of Fuchsia #C255C8

Color information

#C255C8 (or 0xC255C8) is unknown color: approx Fuchsia. HEX triplet: C2, 55 and C8. RGB value is (194,85,200). Sum of RGB (Red+Green+Blue) = 194+85+200=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 200 - color contains mainly: blue. Hex color #C255C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255C8 is #3DAA37. Grayscale: #828282. Windows color (decimal): -4041272 or 13129154. OLE color: 13129154.

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

Color convert

RGB19485200-
CMYK0.030.5800.22
HSL296.87º51.11%55.88%-
HSV(B)296.87º57.5%78.43%-
XYZ35.9222.1457.02-
YUV130.7167.11173.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 85 (33.59% from 255) = 17.75%
BLUE value IS 200 (78.52% from 255) = 41.75%
R=40.50%
G=17.75%
B=41.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal194852000.030.5800.22296.8751.1155.88
HexC255C833A0161293338
Octal3021253103720264516370
Binary1100001010101011100100011111010010110100101001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C255C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C255C8; }

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

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

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

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

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

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

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

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