#C62EBE

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

Shades of Fuchsia #C62EBE

Tints of Fuchsia #C62EBE

Color information

#C62EBE (or 0xC62EBE) is unknown color: approx Fuchsia. HEX triplet: C6, 2E and BE. RGB value is (198,46,190). Sum of RGB (Red+Green+Blue) = 198+46+190=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C62EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62EBE is #39D141. Grayscale: #6B6B6B. Windows color (decimal): -3789122 or 12463814. OLE color: 12463814.

HSL color Cylindrical-coordinate representation of color #C62EBE: hue angle of 303.16º degrees, saturation: 0.62, 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 #C62EBE is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB19846190-
CMYK00.770.040.22
HSL303.16º62.3%47.84%-
HSV(B)303.16º76.77%77.65%-
XYZ33.5617.6850.36-
YUV107.86174.36192.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.62%
GREEN value IS 46 (18.36% from 255) = 10.60%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=45.62%
G=10.60%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984619000.770.040.22303.1662.347.84
HexC62EBE04D41612f3e30
Octal3065627601154264577660
Binary11000110101110101111100100110110010110100101111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62EBE; }

 p { color: rgb(198,46,190); }

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

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

 a { background-color: rgb(198,46,190); }

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

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

 span { border-color: rgb(198,46,190); }

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