#C260BE

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

Shades of Fuchsia #C260BE

Tints of Fuchsia #C260BE

Color information

#C260BE (or 0xC260BE) is unknown color: approx Fuchsia. HEX triplet: C2, 60 and BE. RGB value is (194,96,190). Sum of RGB (Red+Green+Blue) = 194+96+190=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C260BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260BE is #3D9F41. Grayscale: #878787. Windows color (decimal): -4038466 or 12476610. OLE color: 12476610.

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

Color convert

RGB19496190-
CMYK00.510.020.24
HSL302.45º44.55%56.86%-
HSV(B)302.45º50.52%76.08%-
XYZ35.7323.5551.38-
YUV136.02158.47169.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.42%
GREEN value IS 96 (37.89% from 255) = 20%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=40.42%
G=20%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949619000.510.020.24302.4544.5556.86
HexC260BE03321812e2d39
Octal3021402760632304565571
Binary1100001011000001011111001100111011000100101110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C260BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C260BE; }

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

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

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

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

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

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

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

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