Html Css Color HEX #C26AC1 Fuchsia

📋 copy color: '#C26AC1'

red 194 ◦ green 106 ◦ blue 193

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

Shades of Fuchsia #C26AC1

Tints of Fuchsia #C26AC1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.5%

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

R = 39.35%
G = 21.5%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C26AC1 (or 0xC26AC1) is known color: Fuchsia. HEX triplet: C2, 6A and C1. RGB value is (194,106,193). Sum of RGB (Red+Green+Blue) = 194+106+193=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C26AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26AC1 is #3D953E. Grayscale: #8D8D8D. Windows color (decimal): -4035903 or 12675778. OLE color: 12675778.

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

Color convert

RGB 194 106 193 -
CMYK 0 0.45 0.01 0.24
HSL 300.68º 0.42% 0.59% -
HSV(B) 300.68º 0.45% 0.76% -
XYZ 37.03 25.63 53.45 -
YUV 142.23 156.65 164.93 -
System Red Green Blue C M Y K H S L
Decimal 194 106 193 0 0.45 0.01 0.24 300.68 0.42 0.59
Hex C2 6A C1 0 2D 1 18 12D 2A 3B
Octal 302 152 301 0 55 1 30 455 52 73
Binary 11000010 1101010 11000001 0 101101 1 11000 100101101 101010 111011

Color Harmonies of #C26AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26AC1

Black with #C26AC1

Text Example


Text Example

White with #C26AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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