Html Css Color HEX #C26EB9 Fuchsia

📋 copy color: '#C26EB9'

red 194 ◦ green 110 ◦ blue 185

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

Shades of Fuchsia #C26EB9

Tints of Fuchsia #C26EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.83%

R = 39.67%
G = 22.49%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C26EB9 (or 0xC26EB9) is known color: Fuchsia. HEX triplet: C2, 6E and B9. RGB value is (194,110,185). Sum of RGB (Red+Green+Blue) = 194+110+185=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C26EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26EB9 is #3D9146. Grayscale: #8F8F8F. Windows color (decimal): -4034887 or 12152514. OLE color: 12152514.

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

Color convert

RGB 194 110 185 -
CMYK 0 0.43 0.05 0.24
HSL 306.43º 0.41% 0.6% -
HSV(B) 306.43º 0.43% 0.76% -
XYZ 36.58 26.12 49.01 -
YUV 143.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 194 110 185 0 0.43 0.05 0.24 306.43 0.41 0.6
Hex C2 6E B9 0 2B 5 18 132 29 3C
Octal 302 156 271 0 53 5 30 462 51 74
Binary 11000010 1101110 10111001 0 101011 101 11000 100110010 101001 111100

Color Harmonies of #C26EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26EB9

Black with #C26EB9

Text Example


Text Example

White with #C26EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26EB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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