#c862c2

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

Shades of Fuchsia #C862C2

Tints of Fuchsia #C862C2

Color information

#C862C2 (or 0xC862C2) is unknown color: approx Fuchsia. HEX triplet: C8, 62 and C2. RGB value is (200,98,194). Sum of RGB (Red+Green+Blue) = 200+98+194=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C862C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C862C2 is #379D3D. Grayscale: #8B8B8B. Windows color (decimal): -3644734 or 12739272. OLE color: 12739272.

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

Color convert

RGB20098194-
CMYK00.510.030.22
HSL303.53º48.11%58.43%-
HSV(B)303.53º51%78.43%-
XYZ37.9224.9153.85-
YUV139.44158.79171.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.65%
GREEN value IS 98 (38.67% from 255) = 19.92%
BLUE value IS 194 (76.17% from 255) = 39.43%
R=40.65%
G=19.92%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009819400.510.030.22303.5348.1158.43
HexC862C2033316130303a
Octal3101423020633264606072
Binary1100100011000101100001001100111110110100110000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c862c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c862c2; }

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

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

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

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

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

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

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

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