#C16EBD

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

Shades of Fuchsia #C16EBD

Tints of Fuchsia #C16EBD

Color information

#C16EBD (or 0xC16EBD) is unknown color: approx Fuchsia. HEX triplet: C1, 6E and BD. RGB value is (193,110,189). Sum of RGB (Red+Green+Blue) = 193+110+189=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C16EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16EBD is #3E9142. Grayscale: #8F8F8F. Windows color (decimal): -4100419 or 12414657. OLE color: 12414657.

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

Color convert

RGB193110189-
CMYK00.430.020.24
HSL302.89º40.1%59.41%-
HSV(B)302.89º43.01%75.69%-
XYZ36.7526.1651.26-
YUV143.82153.5163.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.23%
GREEN value IS 110 (43.36% from 255) = 22.36%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=39.23%
G=22.36%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311018900.430.020.24302.8940.159.41
HexC16EBD02B21812f283b
Octal3011562750532304575073
Binary1100000111011101011110101010111011000100101111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16EBD; }

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

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

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

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

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

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

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

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