#c82eb2

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

Shades of Fuchsia #C82EB2

Tints of Fuchsia #C82EB2

Color information

#C82EB2 (or 0xC82EB2) is unknown color: approx Fuchsia. HEX triplet: C8, 2E and B2. RGB value is (200,46,178). Sum of RGB (Red+Green+Blue) = 200+46+178=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C82EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82EB2 is #37D14D. Grayscale: #6A6A6A. Windows color (decimal): -3658062 or 11677384. OLE color: 11677384.

HSL color Cylindrical-coordinate representation of color #C82EB2: hue angle of 308.57º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82EB2 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB20046178-
CMYK00.770.110.22
HSL308.57º62.6%48.24%-
HSV(B)308.57º77%78.43%-
XYZ32.8317.4543.76-
YUV107.09168.02194.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.17%
GREEN value IS 46 (18.36% from 255) = 10.85%
BLUE value IS 178 (69.92% from 255) = 41.98%
R=47.17%
G=10.85%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004617800.770.110.22308.5762.648.24
HexC82EB204DB161353f30
Octal31056262011513264657760
Binary110010001011101011001001001101101110110100110101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c82eb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c82eb2; }

 p { color: rgb(200,46,178); }

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

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

 a { background-color: rgb(200,46,178); }

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

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

 span { border-color: rgb(200,46,178); }

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