#C16BAD

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

Shades of Fuchsia #C16BAD

Tints of Fuchsia #C16BAD

Color information

#C16BAD (or 0xC16BAD) is unknown color: approx Fuchsia. HEX triplet: C1, 6B and AD. RGB value is (193,107,173). Sum of RGB (Red+Green+Blue) = 193+107+173=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C16BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16BAD is #3E9452. Grayscale: #8C8C8C. Windows color (decimal): -4101203 or 11365313. OLE color: 11365313.

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

Color convert

RGB193107173-
CMYK00.450.100.24
HSL313.95º40.95%58.82%-
HSV(B)313.95º44.56%75.69%-
XYZ34.7924.8742.5-
YUV140.24146.49165.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 107 (42.19% from 255) = 22.62%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=40.80%
G=22.62%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310717300.450.100.24313.9540.9558.82
HexC16BAD02DA1813a293b
Octal30115325505512304725173
Binary110000011101011101011010101101101011000100111010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16BAD; }

 p { color: rgb(193,107,173); }

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

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

 a { background-color: rgb(193,107,173); }

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

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

 span { border-color: rgb(193,107,173); }

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