#C16FB5

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

Shades of Fuchsia #C16FB5

Tints of Fuchsia #C16FB5

Color information

#C16FB5 (or 0xC16FB5) is unknown color: approx Fuchsia. HEX triplet: C1, 6F and B5. RGB value is (193,111,181). Sum of RGB (Red+Green+Blue) = 193+111+181=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C16FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FB5 is #3E904A. Grayscale: #8F8F8F. Windows color (decimal): -4100171 or 11890625. OLE color: 11890625.

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

Color convert

RGB193111181-
CMYK00.420.060.24
HSL308.78º39.81%59.61%-
HSV(B)308.78º42.49%75.69%-
XYZ36.0226.0446.84-
YUV143.5149.17163.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.79%
GREEN value IS 111 (43.75% from 255) = 22.89%
BLUE value IS 181 (71.09% from 255) = 37.32%
R=39.79%
G=22.89%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311118100.420.060.24308.7839.8159.61
HexC16FB502A618135283c
Octal3011572650526304655074
Binary11000001110111110110101010101011011000100110101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16FB5; }

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

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

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

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

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

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

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

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