#C26DAC

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

Shades of Fuchsia #C26DAC

Tints of Fuchsia #C26DAC

Color information

#C26DAC (or 0xC26DAC) is unknown color: approx Fuchsia. HEX triplet: C2, 6D and AC. RGB value is (194,109,172). Sum of RGB (Red+Green+Blue) = 194+109+172=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C26DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26DAC is #3D9253. Grayscale: #8D8D8D. Windows color (decimal): -4035156 or 11300290. OLE color: 11300290.

HSL color Cylindrical-coordinate representation of color #C26DAC: hue angle of 315.53º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C26DAC is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB194109172-
CMYK00.440.110.24
HSL315.53º41.06%59.41%-
HSV(B)315.53º43.81%76.08%-
XYZ35.1625.3942.08-
YUV141.6145.16165.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 109 (42.97% from 255) = 22.95%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=40.84%
G=22.95%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410917200.440.110.24315.5341.0659.41
HexC26DAC02CB1813c293b
Octal30215525405413304745173
Binary110000101101101101011000101100101111000100111100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26DAC; }

 p { color: rgb(194,109,172); }

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

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

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

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

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

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

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