#C16EB5

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

Shades of Fuchsia #C16EB5

Tints of Fuchsia #C16EB5

Color information

#C16EB5 (or 0xC16EB5) is unknown color: approx Fuchsia. HEX triplet: C1, 6E and B5. RGB value is (193,110,181). Sum of RGB (Red+Green+Blue) = 193+110+181=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C16EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16EB5 is #3E914A. Grayscale: #8E8E8E. Windows color (decimal): -4100427 or 11890369. OLE color: 11890369.

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

Color convert

RGB193110181-
CMYK00.430.060.24
HSL308.67º40.1%59.41%-
HSV(B)308.67º43.01%75.69%-
XYZ35.9125.8346.81-
YUV142.91149.5163.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.88%
GREEN value IS 110 (43.36% from 255) = 22.73%
BLUE value IS 181 (71.09% from 255) = 37.40%
R=39.88%
G=22.73%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311018100.430.060.24308.6740.159.41
HexC16EB502B618135283b
Octal3011562650536304655073
Binary11000001110111010110101010101111011000100110101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16EB5; }

 p { color: rgb(193,110,181); }

 H1.HeaderClassName
 {
   color: #C16EB5;
 }
 .AnyTagClassName
 {
   color: #C16EB5;
 }
</style>
background-color css

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

 a { background-color: rgb(193,110,181); }

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

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

 span { border-color: rgb(193,110,181); }

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