#C260AD

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

Shades of Fuchsia #C260AD

Tints of Fuchsia #C260AD

Color information

#C260AD (or 0xC260AD) is unknown color: approx Fuchsia. HEX triplet: C2, 60 and AD. RGB value is (194,96,173). Sum of RGB (Red+Green+Blue) = 194+96+173=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C260AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C260AD is #3D9F52. Grayscale: #858585. Windows color (decimal): -4038483 or 11362498. OLE color: 11362498.

HSL color Cylindrical-coordinate representation of color #C260AD: hue angle of 312.86º 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 #C260AD is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB19496173-
CMYK00.510.110.24
HSL312.86º44.55%56.86%-
HSV(B)312.86º50.52%76.08%-
XYZ33.9722.8542.16-
YUV134.08149.97170.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.90%
GREEN value IS 96 (37.89% from 255) = 20.73%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=41.90%
G=20.73%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949617300.510.110.24312.8644.5556.86
HexC260AD033B181392d39
Octal30214025506313304715571
Binary110000101100000101011010110011101111000100111001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C260AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C260AD; }

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

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

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

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

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

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

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

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