#C63AAE

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

Shades of Fuchsia #C63AAE

Tints of Fuchsia #C63AAE

Color information

#C63AAE (or 0xC63AAE) is unknown color: approx Fuchsia. HEX triplet: C6, 3A and AE. RGB value is (198,58,174). Sum of RGB (Red+Green+Blue) = 198+58+174=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C63AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63AAE is #39C551. Grayscale: #707070. Windows color (decimal): -3786066 or 11418310. OLE color: 11418310.

HSL color Cylindrical-coordinate representation of color #C63AAE: hue angle of 310.29º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63AAE is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB19858174-
CMYK00.710.120.22
HSL310.29º55.12%50.2%-
HSV(B)310.29º70.71%77.65%-
XYZ32.4418.0941.83-
YUV113.08162.38188.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.05%
GREEN value IS 58 (23.05% from 255) = 13.49%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=46.05%
G=13.49%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985817400.710.120.22310.2955.1250.2
HexC63AAE047C161363732
Octal30672256010714264666762
Binary110001101110101010111001000111110010110100110110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63AAE; }

 p { color: rgb(198,58,174); }

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

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

 a { background-color: rgb(198,58,174); }

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

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

 span { border-color: rgb(198,58,174); }

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