Html Css Color HEX #C26AB0 Fuchsia

📋 copy color: '#C26AB0'

red 194 ◦ green 106 ◦ blue 176

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

Shades of Fuchsia #C26AB0

Tints of Fuchsia #C26AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.97%

R = 40.76%
G = 22.27%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C26AB0 (or 0xC26AB0) is known color: Fuchsia. HEX triplet: C2, 6A and B0. RGB value is (194,106,176). Sum of RGB (Red+Green+Blue) = 194+106+176=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C26AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26AB0 is #3D954F. Grayscale: #8C8C8C. Windows color (decimal): -4035920 or 11561666. OLE color: 11561666.

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

Color convert

RGB 194 106 176 -
CMYK 0 0.45 0.09 0.24
HSL 312.27º 0.42% 0.59% -
HSV(B) 312.27º 0.45% 0.76% -
XYZ 35.24 24.91 44.03 -
YUV 140.29 148.15 166.31 -
System Red Green Blue C M Y K H S L
Decimal 194 106 176 0 0.45 0.09 0.24 312.27 0.42 0.59
Hex C2 6A B0 0 2D 9 18 138 2A 3B
Octal 302 152 260 0 55 11 30 470 52 73
Binary 11000010 1101010 10110000 0 101101 1001 11000 100111000 101010 111011

Color Harmonies of #C26AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26AB0

Black with #C26AB0

Text Example


Text Example

White with #C26AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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