#C16ABD

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

Shades of Fuchsia #C16ABD

Tints of Fuchsia #C16ABD

Color information

#C16ABD (or 0xC16ABD) is unknown color: approx Fuchsia. HEX triplet: C1, 6A and BD. RGB value is (193,106,189). Sum of RGB (Red+Green+Blue) = 193+106+189=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 193 - color contains mainly: red. Hex color #C16ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ABD is #3E9542. Grayscale: #8D8D8D. Windows color (decimal): -4101443 or 12413633. OLE color: 12413633.

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

Color convert

RGB193106189-
CMYK00.450.020.24
HSL302.76º41.23%58.63%-
HSV(B)302.76º45.08%75.69%-
XYZ36.3325.3251.12-
YUV141.48154.82164.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.55%
GREEN value IS 106 (41.80% from 255) = 21.72%
BLUE value IS 189 (74.22% from 255) = 38.73%
R=39.55%
G=21.72%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310618900.450.020.24302.7641.2358.63
HexC16ABD02D21812f293b
Octal3011522750552304575173
Binary1100000111010101011110101011011011000100101111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16ABD; }

 p { color: rgb(193,106,189); }

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

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

 a { background-color: rgb(193,106,189); }

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

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

 span { border-color: rgb(193,106,189); }

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