#C260C1

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

Shades of Fuchsia #C260C1

Tints of Fuchsia #C260C1

Color information

#C260C1 (or 0xC260C1) is unknown color: approx Fuchsia. HEX triplet: C2, 60 and C1. RGB value is (194,96,193). Sum of RGB (Red+Green+Blue) = 194+96+193=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C260C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260C1 is #3D9F3E. Grayscale: #888888. Windows color (decimal): -4038463 or 12673218. OLE color: 12673218.

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

Color convert

RGB19496193-
CMYK00.510.010.24
HSL300.61º44.55%56.86%-
HSV(B)300.61º50.52%76.08%-
XYZ36.0623.6953.12-
YUV136.36159.97169.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.17%
GREEN value IS 96 (37.89% from 255) = 19.88%
BLUE value IS 193 (75.78% from 255) = 39.96%
R=40.17%
G=19.88%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949619300.510.010.24300.6144.5556.86
HexC260C103311812d2d39
Octal3021403010631304555571
Binary110000101100000110000010110011111000100101101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C260C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C260C1; }

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

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

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

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

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

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

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

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