Html Css Color HEX #C26EC1 Fuchsia

📋 copy color: '#C26EC1'

red 194 ◦ green 110 ◦ blue 193

#C26EC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C26EC1

Tints of Fuchsia #C26EC1

RGB

 RED value IS 194 (76.17% from 255) = 39.03%

 GREEN value IS 110 (43.36% from 255) = 22.13%

 BLUE value IS 193 (75.78% from 255) = 38.83%

R = 39.03%
G = 22.13%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C26EC1 (or 0xC26EC1) is known color: Fuchsia. HEX triplet: C2, 6E and C1. RGB value is (194,110,193). Sum of RGB (Red+Green+Blue) = 194+110+193=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C26EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26EC1 is #3D913E. Grayscale: #909090. Windows color (decimal): -4034879 or 12676802. OLE color: 12676802.

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

Color convert

RGB 194 110 193 -
CMYK 0 0.43 0.01 0.24
HSL 300.71º 0.41% 0.6% -
HSV(B) 300.71º 0.43% 0.76% -
XYZ 37.45 26.47 53.59 -
YUV 144.58 155.33 163.25 -
System Red Green Blue C M Y K H S L
Decimal 194 110 193 0 0.43 0.01 0.24 300.71 0.41 0.6
Hex C2 6E C1 0 2B 1 18 12D 29 3C
Octal 302 156 301 0 53 1 30 455 51 74
Binary 11000010 1101110 11000001 0 101011 1 11000 100101101 101001 111100

Color Harmonies of #C26EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26EC1

Black with #C26EC1

Text Example


Text Example

White with #C26EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26EC1; }

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

 H1.HeaderClassName
 {
   color: #C26EC1;
 }
 .AnyTagClassName
 {
   color: #C26EC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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