#C26FBC

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

Shades of Fuchsia #C26FBC

Tints of Fuchsia #C26FBC

Color information

#C26FBC (or 0xC26FBC) is unknown color: approx Fuchsia. HEX triplet: C2, 6F and BC. RGB value is (194,111,188). Sum of RGB (Red+Green+Blue) = 194+111+188=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C26FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26FBC is #3D9043. Grayscale: #909090. Windows color (decimal): -4034628 or 12349378. OLE color: 12349378.

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

Color convert

RGB194111188-
CMYK00.430.030.24
HSL304.34º40.49%59.8%-
HSV(B)304.34º42.78%76.08%-
XYZ37.0126.4750.74-
YUV144.6152.5163.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.35%
GREEN value IS 111 (43.75% from 255) = 22.52%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=39.35%
G=22.52%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411118800.430.030.24304.3440.4959.8
HexC26FBC02B318130283c
Octal3021572740533304605074
Binary1100001011011111011110001010111111000100110000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26FBC; }

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

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

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

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

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

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

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

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