#C260C2

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

Shades of Fuchsia #C260C2

Tints of Fuchsia #C260C2

Color information

#C260C2 (or 0xC260C2) is unknown color: approx Fuchsia. HEX triplet: C2, 60 and C2. RGB value is (194,96,194). Sum of RGB (Red+Green+Blue) = 194+96+194=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C260C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260C2 is #3D9F3D. Grayscale: #888888. Windows color (decimal): -4038462 or 12738754. OLE color: 12738754.

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

Color convert

RGB19496194-
CMYK00.5100.24
HSL300º44.55%56.86%-
HSV(B)300º50.52%76.08%-
XYZ36.1723.7353.71-
YUV136.47160.47169.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.08%
GREEN value IS 96 (37.89% from 255) = 19.83%
BLUE value IS 194 (76.17% from 255) = 40.08%
R=40.08%
G=19.83%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949619400.5100.2430044.5556.86
HexC260C203301812c2d39
Octal3021403020630304545571
Binary110000101100000110000100110011011000100101100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C260C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C260C2; }

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

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

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

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

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

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

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

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