#C862C4

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

Shades of Fuchsia #C862C4

Tints of Fuchsia #C862C4

Color information

#C862C4 (or 0xC862C4) is unknown color: approx Fuchsia. HEX triplet: C8, 62 and C4. RGB value is (200,98,196). Sum of RGB (Red+Green+Blue) = 200+98+196=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C862C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C862C4 is #379D3B. Grayscale: #8B8B8B. Windows color (decimal): -3644732 or 12870344. OLE color: 12870344.

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

Color convert

RGB20098196-
CMYK00.510.020.22
HSL302.35º48.11%58.43%-
HSV(B)302.35º51%78.43%-
XYZ38.152555.04-
YUV139.67159.79171.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 98 (38.67% from 255) = 19.84%
BLUE value IS 196 (76.95% from 255) = 39.68%
R=40.49%
G=19.84%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009819600.510.020.22302.3548.1158.43
HexC862C403321612e303a
Octal3101423040632264566072
Binary1100100011000101100010001100111010110100101110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C862C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C862C4; }

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

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

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

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

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

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

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

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