#C857C1

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

Shades of Fuchsia #C857C1

Tints of Fuchsia #C857C1

Color information

#C857C1 (or 0xC857C1) is unknown color: approx Fuchsia. HEX triplet: C8, 57 and C1. RGB value is (200,87,193). Sum of RGB (Red+Green+Blue) = 200+87+193=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 87 (34.38% from 255 or 18.12% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C857C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C857C1 is #37A83E. Grayscale: #848484. Windows color (decimal): -3647551 or 12670920. OLE color: 12670920.

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

Color convert

RGB20087193-
CMYK00.560.040.22
HSL303.72º50.67%56.27%-
HSV(B)303.72º56.5%78.43%-
XYZ36.8522.9552.94-
YUV132.87161.94175.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.67%
GREEN value IS 87 (34.38% from 255) = 18.12%
BLUE value IS 193 (75.78% from 255) = 40.21%
R=41.67%
G=18.12%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008719300.560.040.22303.7250.6756.27
HexC857C10384161303338
Octal3101273010704264606370
Binary11001000101011111000001011100010010110100110000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C857C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C857C1; }

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

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

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

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

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

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

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

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