#C263AA

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

Shades of Fuchsia #C263AA

Tints of Fuchsia #C263AA

Color information

#C263AA (or 0xC263AA) is unknown color: approx Fuchsia. HEX triplet: C2, 63 and AA. RGB value is (194,99,170). Sum of RGB (Red+Green+Blue) = 194+99+170=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C263AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C263AA is #3D9C55. Grayscale: #878787. Windows color (decimal): -4037718 or 11166658. OLE color: 11166658.

HSL color Cylindrical-coordinate representation of color #C263AA: hue angle of 315.16º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C263AA is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB19499170-
CMYK00.490.120.24
HSL315.16º43.78%57.45%-
HSV(B)315.16º48.97%76.08%-
XYZ33.9723.340.74-
YUV135.5147.47169.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.90%
GREEN value IS 99 (39.06% from 255) = 21.38%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=41.90%
G=21.38%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949917000.490.120.24315.1643.7857.45
HexC263AA031C1813b2c39
Octal30214325206114304735471
Binary110000101100011101010100110001110011000100111011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C263AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C263AA; }

 p { color: rgb(194,99,170); }

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

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

 a { background-color: rgb(194,99,170); }

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

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

 span { border-color: rgb(194,99,170); }

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