#C26CBB

Color #C26CBB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C26CBB

Tints of Fuchsia #C26CBB

Color information

#C26CBB (or 0xC26CBB) is unknown color: approx 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

RGB194108187-
CMYK00.440.040.24
HSL304.88º41.35%59.22%-
HSV(B)304.88º44.33%76.08%-
XYZ36.5825.7850.06-
YUV142.72152.99164.58-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410818700.440.040.24304.8841.3559.22
HexC26CBB02C418131293b
Octal3021542730544304615173
Binary11000010110110010111011010110010011000100110001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>