#C63EAC

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

Shades of Fuchsia #C63EAC

Tints of Fuchsia #C63EAC

Color information

#C63EAC (or 0xC63EAC) is unknown color: approx Fuchsia. HEX triplet: C6, 3E and AC. RGB value is (198,62,172). Sum of RGB (Red+Green+Blue) = 198+62+172=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 62 (24.61% from 255 or 14.35% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C63EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63EAC is #39C153. Grayscale: #727272. Windows color (decimal): -3785044 or 11288262. OLE color: 11288262.

HSL color Cylindrical-coordinate representation of color #C63EAC: hue angle of 311.47º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63EAC is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB19862172-
CMYK00.690.130.22
HSL311.47º54.4%50.98%-
HSV(B)311.47º68.69%77.65%-
XYZ32.4618.4340.88-
YUV115.2160.06187.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 62 (24.61% from 255) = 14.35%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=45.83%
G=14.35%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986217200.690.130.22311.4754.450.98
HexC63EAC045D161373633
Octal30676254010515264676663
Binary110001101111101010110001000101110110110100110111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63EAC; }

 p { color: rgb(198,62,172); }

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

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

 a { background-color: rgb(198,62,172); }

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

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

 span { border-color: rgb(198,62,172); }

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