#C161BA

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

Shades of Fuchsia #C161BA

Tints of Fuchsia #C161BA

Color information

#C161BA (or 0xC161BA) is unknown color: approx Fuchsia. HEX triplet: C1, 61 and BA. RGB value is (193,97,186). Sum of RGB (Red+Green+Blue) = 193+97+186=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C161BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C161BA is #3E9E45. Grayscale: #878787. Windows color (decimal): -4103750 or 12214721. OLE color: 12214721.

HSL color Cylindrical-coordinate representation of color #C161BA: hue angle of 304.38º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C161BA is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB19397186-
CMYK00.500.040.24
HSL304.38º43.64%56.86%-
HSV(B)304.38º49.74%75.69%-
XYZ35.1323.4349.13-
YUV135.85156.3168.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.55%
GREEN value IS 97 (38.28% from 255) = 20.38%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=40.55%
G=20.38%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939718600.500.040.24304.3843.6456.86
HexC161BA0324181302c39
Octal3011412720624304605471
Binary11000001110000110111010011001010011000100110000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C161BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C161BA; }

 p { color: rgb(193,97,186); }

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

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

 a { background-color: rgb(193,97,186); }

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

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

 span { border-color: rgb(193,97,186); }

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