#C260A9

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

Shades of Fuchsia #C260A9

Tints of Fuchsia #C260A9

Color information

#C260A9 (or 0xC260A9) is unknown color: approx Fuchsia. HEX triplet: C2, 60 and A9. RGB value is (194,96,169). Sum of RGB (Red+Green+Blue) = 194+96+169=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C260A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C260A9 is #3D9F56. Grayscale: #858585. Windows color (decimal): -4038487 or 11100354. OLE color: 11100354.

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

Color convert

RGB19496169-
CMYK00.510.130.24
HSL315.31º44.55%56.86%-
HSV(B)315.31º50.52%76.08%-
XYZ33.5922.740.15-
YUV133.62147.97171.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.27%
GREEN value IS 96 (37.89% from 255) = 20.92%
BLUE value IS 169 (66.41% from 255) = 36.82%
R=42.27%
G=20.92%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949616900.510.130.24315.3144.5556.86
HexC260A9033D1813b2d39
Octal30214025106315304735571
Binary110000101100000101010010110011110111000100111011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C260A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C260A9; }

 p { color: rgb(194,96,169); }

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

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

 a { background-color: rgb(194,96,169); }

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

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

 span { border-color: rgb(194,96,169); }

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