#C26FB7

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

Shades of Fuchsia #C26FB7

Tints of Fuchsia #C26FB7

Color information

#C26FB7 (or 0xC26FB7) is unknown color: approx Fuchsia. HEX triplet: C2, 6F and B7. RGB value is (194,111,183). Sum of RGB (Red+Green+Blue) = 194+111+183=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C26FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26FB7 is #3D9048. Grayscale: #8F8F8F. Windows color (decimal): -4034633 or 12021698. OLE color: 12021698.

HSL color Cylindrical-coordinate representation of color #C26FB7: hue angle of 307.95º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C26FB7 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB194111183-
CMYK00.430.060.24
HSL307.95º40.49%59.8%-
HSV(B)307.95º42.78%76.08%-
XYZ36.4826.2647.95-
YUV144.02150163.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.75%
GREEN value IS 111 (43.75% from 255) = 22.75%
BLUE value IS 183 (71.88% from 255) = 37.5%
R=39.75%
G=22.75%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411118300.430.060.24307.9540.4959.8
HexC26FB702B618134283c
Octal3021572670536304645074
Binary11000010110111110110111010101111011000100110100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26FB7; }

 p { color: rgb(194,111,183); }

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

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

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

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

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

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

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