#C16FB2

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

Shades of Fuchsia #C16FB2

Tints of Fuchsia #C16FB2

Color information

#C16FB2 (or 0xC16FB2) is unknown color: approx Fuchsia. HEX triplet: C1, 6F and B2. RGB value is (193,111,178). Sum of RGB (Red+Green+Blue) = 193+111+178=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C16FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16FB2 is #3E904D. Grayscale: #8E8E8E. Windows color (decimal): -4100174 or 11694017. OLE color: 11694017.

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

Color convert

RGB193111178-
CMYK00.420.080.24
HSL310.98º39.81%59.61%-
HSV(B)310.98º42.49%75.69%-
XYZ35.7125.9245.24-
YUV143.16147.67163.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 111 (43.75% from 255) = 23.03%
BLUE value IS 178 (69.92% from 255) = 36.93%
R=40.04%
G=23.03%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311117800.420.080.24310.9839.8159.61
HexC16FB202A818137283c
Octal30115726205210304675074
Binary110000011101111101100100101010100011000100110111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16FB2; }

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

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

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

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

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

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

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

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