#C855C3

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

Shades of Fuchsia #C855C3

Tints of Fuchsia #C855C3

Color information

#C855C3 (or 0xC855C3) is unknown color: approx Fuchsia. HEX triplet: C8, 55 and C3. RGB value is (200,85,195). Sum of RGB (Red+Green+Blue) = 200+85+195=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 195 (76.56% from 255 or 40.62% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C855C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855C3 is #37AA3C. Grayscale: #838383. Windows color (decimal): -3648061 or 12801480. OLE color: 12801480.

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

Color convert

RGB20085195-
CMYK00.580.020.22
HSL302.61º51.11%55.88%-
HSV(B)302.61º57.5%78.43%-
XYZ36.9222.7254.07-
YUV131.92163.6176.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.67%
GREEN value IS 85 (33.59% from 255) = 17.71%
BLUE value IS 195 (76.56% from 255) = 40.62%
R=41.67%
G=17.71%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008519500.580.020.22302.6151.1155.88
HexC855C303A21612f3338
Octal3101253030722264576370
Binary1100100010101011100001101110101010110100101111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C855C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C855C3; }

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

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

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

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

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

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

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

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