#C861C4

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

Shades of Fuchsia #C861C4

Tints of Fuchsia #C861C4

Color information

#C861C4 (or 0xC861C4) is unknown color: approx Fuchsia. HEX triplet: C8, 61 and C4. RGB value is (200,97,196). Sum of RGB (Red+Green+Blue) = 200+97+196=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C861C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C861C4 is #379E3B. Grayscale: #8A8A8A. Windows color (decimal): -3644988 or 12870088. OLE color: 12870088.

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

Color convert

RGB20097196-
CMYK00.520.020.22
HSL302.33º48.36%58.24%-
HSV(B)302.33º51.5%78.43%-
XYZ38.0624.8155.01-
YUV139.08160.12171.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.57%
GREEN value IS 97 (38.28% from 255) = 19.68%
BLUE value IS 196 (76.95% from 255) = 39.76%
R=40.57%
G=19.68%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009719600.520.020.22302.3348.3658.24
HexC861C403421612e303a
Octal3101413040642264566072
Binary1100100011000011100010001101001010110100101110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C861C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C861C4; }

 p { color: rgb(200,97,196); }

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

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

 a { background-color: rgb(200,97,196); }

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

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

 span { border-color: rgb(200,97,196); }

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