Html Css Color HEX #C26CBB Fuchsia

📋 copy color: '#C26CBB'

red 194 ◦ green 108 ◦ blue 187

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

Shades of Fuchsia #C26CBB

Tints of Fuchsia #C26CBB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.09%

 BLUE value IS 187 (73.44% from 255) = 38.24%

R = 39.67%
G = 22.09%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C26CBB (or 0xC26CBB) is known color: Fuchsia. HEX triplet: C2, 6C and BB. RGB value is (194,108,187). Sum of RGB (Red+Green+Blue) = 194+108+187=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C26CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CBB is #3D9344. Grayscale: #8E8E8E. Windows color (decimal): -4035397 or 12283074. OLE color: 12283074.

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

Color convert

RGB 194 108 187 -
CMYK 0 0.44 0.04 0.24
HSL 304.88º 0.41% 0.59% -
HSV(B) 304.88º 0.44% 0.76% -
XYZ 36.58 25.78 50.06 -
YUV 142.72 152.99 164.58 -
System Red Green Blue C M Y K H S L
Decimal 194 108 187 0 0.44 0.04 0.24 304.88 0.41 0.59
Hex C2 6C BB 0 2C 4 18 131 29 3B
Octal 302 154 273 0 54 4 30 461 51 73
Binary 11000010 1101100 10111011 0 101100 100 11000 100110001 101001 111011

Color Harmonies of #C26CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26CBB

Black with #C26CBB

Text Example


Text Example

White with #C26CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26CBB; }

 p { color: rgb(194,108,187); }

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

background-color css

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

 a { background-color: rgb(194,108,187); }

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

border-color css

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

 span { border-color: rgb(194,108,187); }

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